Add follow getters to lua just in case

This commit is contained in:
Michael Cook (mackal)
2018-11-03 18:10:36 -04:00
parent dbb368865c
commit 467e2d3114
2 changed files with 22 additions and 0 deletions
+3
View File
@@ -95,6 +95,9 @@ public:
void SetFollowID(int id);
void SetFollowDistance(int dist);
void SetFollowCanRun(bool v);
int GetFollowID();
int GetFollowDistance();
bool GetFollowCanRun();
int GetNPCSpellsID();
int GetSpawnPointID();
float GetSpawnPointX();