-
Notifications
You must be signed in to change notification settings - Fork 1
Closed
Milestone
Description
I have an issue with the enums for classes from SB Opcode Library. I use an opcode Sound.AddOneOffSound(.0, .0, .0, 13), which is supposed to support an enum called ScriptSound, present in enums.txt. The function itself is described in classes.db the following way: AddOneOffSound,018C,0,0,("x%f" "y%f" "z%f" "soundId: ScriptSound"). But in SB, pressing Ctrl+Space doesn't show ScriptSound prompt, only the constants I use in the script.
Reactions are currently unavailable