Endstar LUA API Documentation
Loading...
Searching...
No Matches
InstructionNode Class Reference

Base class for behavior, command, and interaction nodes. More...

Public Member Functions

Context GetContext ()
 Gets the context of this instruction node.
 
float GetTime ()
 Gets the current local game time.
 

Properties

Endless.Gameplay.Scripting.InstructionNode ManagedNode [get]
 

Detailed Description

Base class for behavior, command, and interaction nodes.

Member Function Documentation

◆ GetContext()

Context GetContext ( )

Gets the context of this instruction node.

Returns
The context of the instruction node.

◆ GetTime()

float GetTime ( )

Gets the current local game time.

Returns
The current local game time.

Property Documentation

◆ ManagedNode

Endless.Gameplay.Scripting.InstructionNode ManagedNode
getprotected