mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-25 22:17:45 +00:00
More info on actrl 0x63
This commit is contained in:
parent
1338ab1a96
commit
a168eb6995
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ enum ActorControlType : uint16_t
|
||||||
TreasureScreenMsg = 0x57,
|
TreasureScreenMsg = 0x57,
|
||||||
SetOwnerId = 0x59,
|
SetOwnerId = 0x59,
|
||||||
ItemRepairMsg = 0x5C,
|
ItemRepairMsg = 0x5C,
|
||||||
BluActionLearn = 0x63, // Triggers the "Action Learned!" animation and tells which action is learned. Any action ID may be used
|
BluActionLearn = 0x63, // Displays "Action Learned!" animation. Only used for visual, doesn't actually unlock it. param1: actionId. param2: 0 = text only, 1 = text+animation
|
||||||
|
|
||||||
DirectorInit = 0x64,
|
DirectorInit = 0x64,
|
||||||
DirectorClear = 0x65,
|
DirectorClear = 0x65,
|
||||||
|
|
Loading…
Add table
Reference in a new issue