[Quest API] Add Several Door Methods to Perl/Lua (#4451)

This commit is contained in:
Alex King
2024-08-16 15:52:49 -04:00
committed by GitHub
parent 057f96796a
commit eece0a92e3
4 changed files with 240 additions and 0 deletions
+18
View File
@@ -63,6 +63,24 @@ public:
void ForceClose(Lua_Mob sender);
void ForceClose(Lua_Mob sender, bool alt_mode);
uint32 GetID();
uint8 GetTriggerDoorID();
uint8 GetTriggerType();
bool IsLDoNDoor();
uint32 GetClientVersionMask();
int GetDoorParam();
bool HasDestinationZone();
bool IsDestinationZoneSame();
bool IsDoorBlacklisted();
std::string GetDestinationZoneName();
int GetDestinationInstanceID();
float GetDestinationX();
float GetDestinationY();
float GetDestinationZ();
float GetDestinationHeading();
int GetDzSwitchID();
int GetInvertState();
void SetInvertState(int invert_state);
uint32 GetGuildID();
};
#endif