Scripting WIP
This commit is contained in:
@@ -76,6 +76,9 @@ class ServerActiveObject : public ActiveObject
|
||||
// continuous: if true, object does not stop immediately at pos
|
||||
virtual void moveTo(v3f pos, bool continuous)
|
||||
{ setBasePosition(pos); }
|
||||
// If object has moved less than this and data has not changed,
|
||||
// saving to disk may be omitted
|
||||
virtual float getMinimumSavedMovement(){ return 2.0*BS; }
|
||||
|
||||
/*
|
||||
Step object in time.
|
||||
|
||||
Reference in New Issue
Block a user