|
Functions |
| void | createStaticSolidEntity (const string &model, CoordinateFrame c, const string &thinkModule, const string &collisionModule, float timer) |
| void | emitNetParticle (string &name, Vector3 pos, float dt) |
| float | getSoundDuration (string &name) |
| void | initModel (string &name) |
| void | playEffect (const std::string &name, float volume, int channel) |
| void | playLocalEffect (const std::string &name, float volume, Vector3 &pos, int channel, int playerID) |
| void | playMusic (const std::string &name, float volume) |
| void | playNetEffect (const std::string &name, float volume, Vector3 &pos, int channel, int playerID) |
| void | setBonusItemString (const std::string &path, int playerIndex) |
| void | setBoostValue (int boostValue, int playerIndex) |
| void | setDigging (bool b, int playerIndex) |
| void | setFlying (bool b, int playerIndex) |
| void | setMessage (string &m, int playerIndex) |
| void | setRound (int round, int playerIndex) |