Difference between revisions of "MDE Scripting: Entities"

From Nomad DB
(Created page with "== Common == * WIP === Human == * WIP == Player == {| class="wikitable" !Entity |local player = game.game:GetActivePlayer() |} * WIP == Vehicle == * WIP == Car == * WI...")
 
Line 1: Line 1:
== Common ==
+
==Common==
* WIP
 
  
 +
*WIP
  
=== Human ==
 
* WIP
 
  
 +
=== Human==
  
== Player ==
+
*WIP
 +
 
 +
 
 +
==Player==
 
{| class="wikitable"
 
{| class="wikitable"
 
!Entity
 
!Entity
|local player = game.game:GetActivePlayer()
+
|<syntaxhighlight lang="lua">
 +
local player = game.game:GetActivePlayer()
 +
</syntaxhighlight>
 
|}
 
|}
* WIP
+
 
 +
*WIP
 +
 
 +
 
 +
==Vehicle==
 +
 
 +
*WIP
  
  
== Vehicle ==
+
==Car==
* WIP
 
  
 +
*WIP
  
== Car ==
 
* WIP
 
  
 +
==Motorcycle==
  
== Motorcycle ==
+
*WIP
* WIP
 

Revision as of 23:05, 15 October 2020

Common

  • WIP


= Human

  • WIP


Player

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


Vehicle

  • WIP


Car

  • WIP


Motorcycle

  • WIP