mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-19 04:45:23 +00:00
CStateManager method stubs
This commit is contained in:
@@ -4,6 +4,10 @@
|
||||
namespace urde
|
||||
{
|
||||
|
||||
enum class EScriptObjectType
|
||||
{
|
||||
};
|
||||
|
||||
enum class EScriptObjectState
|
||||
{
|
||||
Any = -1,
|
||||
@@ -66,7 +70,9 @@ enum class EScriptObjectMessage
|
||||
UNKM3,
|
||||
Action,
|
||||
Play,
|
||||
Alert
|
||||
Alert,
|
||||
ObjectAdded = 0x1f,
|
||||
DeleteRequested = 0x20
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user