mirror of
https://github.com/EQEmu/Server.git
synced 2026-04-08 10:02:26 +00:00
Updated Lua API (markdown)
parent
e587d272d9
commit
8f6c0a3626
@ -709,6 +709,7 @@ client:GetAccountAge(); -- int
|
||||
client:GetAccountFlag(std::string flag); -- std::string
|
||||
client:GetAggroCount(); -- int
|
||||
client:GetAllMoney(); -- uint64
|
||||
client:GetAlternateCurrencyValue(uint32 currency_id); -- int
|
||||
client:GetAnon(); -- bool
|
||||
client:GetAugmentIDAt(int slot_id, int aug_slot); -- int
|
||||
client:GetBaseAGI(); -- int
|
||||
@ -855,6 +856,7 @@ client:SendZoneFlagInfo(Lua_Client to); -- void
|
||||
client:SetAAPoints(int points); -- void
|
||||
client:SetAATitle(const char *title); -- void
|
||||
client:SetAccountFlag(std::string flag, std::string val); -- void
|
||||
client:SetAlternateCurrencyValue(uint32 currency_id, int amount); -- void
|
||||
client:SetBaseClass(int v); -- void
|
||||
client:SetBaseGender(int v); -- void
|
||||
client:SetBaseRace(int v); -- void
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user