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
In this example, class.Behaviour for iconsprite has no values, and the actual values are in class.Dictionaries, but as far as I can tell there is no way to know which dictionary to access for this behaviour since I don't know which dictionary index it is.
The text was updated successfully, but these errors were encountered:
xPaw
changed the title
Can't access behaviour dictionary in S2
Can't access fgd behaviour dictionary in S2
Jun 20, 2023
I might have to review how the library separates dictionaries and behaviours, since it seems that S2 treats them somewhat the same. But dictionaries have a Name field that you can use, to see which property the dictionary is associated with:
In this example, class.Behaviour for
iconsprite
has no values, and the actual values are in class.Dictionaries, but as far as I can tell there is no way to know which dictionary to access for this behaviour since I don't know which dictionary index it is.The text was updated successfully, but these errors were encountered: