mirror of
https://github.com/EQEmu/Server.git
synced 2026-03-25 16:52:25 +00:00
Updated Lua ItemInst (markdown)
parent
553dbb917a
commit
c027d78456
@ -46,6 +46,7 @@ void SetCustomData(std::string identifier, float value);
|
|||||||
void SetCustomData(std::string identifier, bool value);
|
void SetCustomData(std::string identifier, bool value);
|
||||||
std::string GetCustomData(std::string identifier);
|
std::string GetCustomData(std::string identifier);
|
||||||
void DeleteCustomData(std::string identifier);
|
void DeleteCustomData(std::string identifier);
|
||||||
|
void SetScaling(bool val);
|
||||||
void SetScale(double scale_factor);
|
void SetScale(double scale_factor);
|
||||||
uint32 GetExp();
|
uint32 GetExp();
|
||||||
void SetExp(uint32 exp);
|
void SetExp(uint32 exp);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user