Difference between revisions of "MDE Scripting: Motorcycle Entity"

From Nomad DB
Line 12: Line 12:
  
  
'''Motorcyle is not a real entity.'''
+
'''Motorcycle is not a real entity.'''
  
 
You need to get the [[MDE_Scripting:_C_RuntimeMotorcycleComponent|C_RuntimeMotorcycleComponent]] component from the [[MDE Scripting: Snippets#Get the Player's current vehicle entity|vehicle SceneObject]] to use theses functions.
 
You need to get the [[MDE_Scripting:_C_RuntimeMotorcycleComponent|C_RuntimeMotorcycleComponent]] component from the [[MDE Scripting: Snippets#Get the Player's current vehicle entity|vehicle SceneObject]] to use theses functions.

Revision as of 23:02, 18 November 2020


How to Get the vehicle's current Motorcycle component
Entity type N/A


Motorcycle is not a real entity.

You need to get the C_RuntimeMotorcycleComponent component from the vehicle SceneObject to use theses functions.


Methods


Implements


Components