This website requires JavaScript.
Explore
Help
Sign In
Deukhoofd
/
Gen7Data
Watch
1
Star
0
Fork
You've already forked Gen7Data
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
669a0094d5
Gen7Data
/
Scripts
/
Interfaces
/
EffectParameterType.astypedef
8 lines
86 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Switch to astypedef, adds unit tests
2021-10-23 12:20:18 +00:00
enum EffectParameterType {
Implements core interfaces for better language server compiles.
2020-09-19 15:44:06 +00:00
None = 0,
Bool = 1,
Int = 2,
Float = 3,
String = 4,
}