Open Source Platform
for interconnected virtual worlds

Language Reference

From RexWiki

This section will list most of the python dedicated function to modRex heavy WIP

Features

  • rxtimer.RexTimer(1,0) will create a timer for an object trigged every 1s
 Exemple 
   self.HealthTimer = rxtimer.RexTimer(1,0)
   self.HealthTimer.onTimer += self.HandleHealthTimer 
  • rexSetAvatarOverrideAddress("avatar url") Will set the active avatar to a specified avatar. A null string reset the avatar to its default.
  • DoLocalTeleport(Vector3(203.3,127.5,5.5)) Will performe a TP to the specified location.
  • SetMovementModifier(0.5) ???