Added beacon load/save.

This commit is contained in:
Howaner
2014-07-30 22:50:34 +02:00
parent 66d34b83d2
commit dcd226d904
5 changed files with 74 additions and 1 deletions
+3
View File
@@ -41,6 +41,9 @@ public:
virtual bool Tick(float a_Dt, cChunk & a_Chunk) override;
virtual void UsedBy(cPlayer * a_Player) override;
/** Modify the beacon level. (It is needed to load the beacon corectly) */
void SetBeaconLevel(char a_Level) { m_BeaconLevel = a_Level; }
// tolua_begin
/** Is the beacon active? */