You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to use FicsIt-Networks to control buildings from other mods, but I have trouble to find the class name. The class does appear in the reflection pane, but I cannot find a way to get it through classes.
Since classes is not a table, I cannot find a way to "scan" available classes. Is there any thing that might help me ?
Alternatively, it could be useful to have some special key (like, for example, * on classes), that returns every known classes, and ideally with some basic infos. I don't know what you can reach easily, but ideally I imagine that internalName, display name and source plugin (or FactoryGame) would greatly help searching
Thank you for the great mod !
The text was updated successfully, but these errors were encountered:
I'm trying to use FicsIt-Networks to control buildings from other mods, but I have trouble to find the class name. The class does appear in the reflection pane, but I cannot find a way to get it through
classes
.Since
classes
is not a table, I cannot find a way to "scan" available classes. Is there any thing that might help me ?Alternatively, it could be useful to have some special key (like, for example,
*
onclasses
), that returns every known classes, and ideally with some basic infos. I don't know what you can reach easily, but ideally I imagine that internalName, display name and source plugin (orFactoryGame
) would greatly help searchingThank you for the great mod !
The text was updated successfully, but these errors were encountered: