Difference between revisions of "MDE Scripting: Entities"

From Nomad DB
Line 13: Line 13:
 
!Entity
 
!Entity
 
|<syntaxhighlight lang="lua">
 
|<syntaxhighlight lang="lua">
local player = game.game:GetActivePlayer()
+
local Player = game.game:GetActivePlayer()
 
</syntaxhighlight>
 
</syntaxhighlight>
 
|}
 
|}
  
 
*WIP
 
*WIP
 
  
 
==Vehicle==
 
==Vehicle==

Revision as of 23:06, 15 October 2020

Common

  • WIP


Human

  • WIP


Player

Entity
local Player = game.game:GetActivePlayer()
  • WIP

Vehicle

  • WIP


Car

  • WIP


Motorcycle

  • WIP