Creating a WorldScript

From Serious Sam's Bogus Detour
Revision as of 16:26, 18 April 2017 by Myran (talk | contribs) (Created page with "===Functions=== void Initialize() void Update(int dt) SValue@ ServerExecute() void ClientExecute(SValue@) void OnEnabledChanged(bool enabled) void Debu...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Functions

   void Initialize()
   void Update(int dt)
   SValue@ ServerExecute()
   void ClientExecute(SValue@)
   void OnEnabledChanged(bool enabled)
   void DebugDraw(vec2, SpriteBatch&)
   SValue@ Save()
   void Load(SValue@ save)