mirror of
https://github.com/AquariaOSE/Aquaria.git
synced 2025-10-08 15:21:12 +00:00
Fix setGemPosition(), add more Lua functions:
- isShader() - isParticleEffect() - pe_start() - pe_stop() - pe_isRunning() - isMiniMapCursorOkay()
This commit is contained in:
parent
69e25640fb
commit
3fe9ffc2cd
8 changed files with 65 additions and 13 deletions
|
@ -41,6 +41,7 @@ enum ScriptObjectType
|
|||
SCO_TEXT = 0x0800,
|
||||
SCO_PAUSEQUAD = 0x1000,
|
||||
SCO_SHADER = 0x2000,
|
||||
SCO_PARTICLE_EFFECT = 0x4000,
|
||||
|
||||
SCO_FORCE_32BIT = 0xFFFFFFFF
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue