Core/SAI: Reserve action ids

This commit is contained in:
Shauren
2021-12-25 16:01:56 +01:00
parent bc4e285c21
commit 34ae77ca86

View File

@@ -606,6 +606,10 @@ enum SMART_ACTION
SMART_ACTION_OVERRIDE_LIGHT = 138, // zoneId, overrideLightID, transitionMilliseconds
SMART_ACTION_OVERRIDE_WEATHER = 139, // zoneId, weatherId, intensity
SMART_ACTION_CREATE_CONVERSATION = 143, // conversation_template.id
SMART_ACTION_SET_IMMUNE_PC = 144, // 0/1
SMART_ACTION_SET_IMMUNE_NPC = 145, // 0/1
SMART_ACTION_SET_UNINTERACTIBLE = 146, // 0/1
SMART_ACTION_ACTIVATE_GAMEOBJECT = 147, // GameObjectActions
SMART_ACTION_ADD_TO_STORED_TARGET_LIST = 148, // varID
SMART_ACTION_END = 149
};