mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-04-28 21:07:59 +03:00
added Enable, Disable, GetDisabled
This commit is contained in:
parent
4ecb63203b
commit
592fa84e2d
22 changed files with 310 additions and 12 deletions
|
@ -53,7 +53,8 @@ namespace Compiler
|
|||
K_random,
|
||||
K_startscript, K_stopscript, K_scriptrunning,
|
||||
K_getdistance,
|
||||
K_getsecondspassed
|
||||
K_getsecondspassed,
|
||||
K_enable, K_disable, K_getdisabled
|
||||
};
|
||||
|
||||
enum special
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue