mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-31 17:26:30 +00:00
Add GetGroupIDByCharID and GetGuildIDByCharID to Perl/Lua.
This commit is contained in:
@@ -251,6 +251,8 @@ public:
|
||||
const char* varlink(char* perltext, int item_id);
|
||||
std::string saylink(char *saylink_text, bool silent, const char *link_name);
|
||||
const char* getguildnamebyid(int guild_id);
|
||||
int getguildidbycharid(uint32 char_id);
|
||||
int getgroupidbycharid(uint32 char_id);
|
||||
void SetRunning(bool val);
|
||||
bool IsRunning();
|
||||
void FlyMode(GravityBehavior flymode);
|
||||
|
||||
Reference in New Issue
Block a user