SScriptingEvents

Index

Functions Index

Function Name

void InvokeEvent (string name)

Properties Index

Property Name

bool Enabled get set

string[] Events get

string ComponentName get

SGameObject GameObject get

Functions

InvokeEvent

void InvokeEvent (string name)

Invoke the event with its name

Parameter
Type
Description

Space.Host.ExecutingObject.Events.InvokeEvent("EventName")

Properties

Enabled

bool Enabled get set

Whether the scriptingEvents component is enabled or not

Events

string[] Events get

Returns a list of events

ComponentName

string ComponentName get

The name of this component.

GameObject

SGameObject GameObject get

Property Description

Last updated

Was this helpful?