Skills in lua
Posted: Thu Nov 21, 2013 6:14 pm
I made it so skills can be accessed in lua, no actual lua functions that utilize this yet however.
Used just like all the other functions.
Used just like all the other functions.
Code: Select all
// Send a skill to lua
lua_interface->SetSkillValue(state, skill);
// Get a skill from lua
Skill* skill = lua_interface->GetSkill(state);