Adventure Creator 1.84.3
An adventure game toolkit for Unity, by Chris Burton, ICEBOX Studios 2013-2024
Loading...
Searching...
No Matches
AC.NodeCommand Class Reference

Public Member Functions

 NodeCommand ()
void SetParameter (ActionListSource source, GameObject gameObject)

Public Attributes

Cutscene cutscene
ActionListAsset actionListAsset
int parameterID
bool pausesCharacter = true

Constructor & Destructor Documentation

◆ NodeCommand()

AC.NodeCommand.NodeCommand ( )

The default Constructor.

Member Data Documentation

◆ actionListAsset

ActionListAsset AC.NodeCommand.actionListAsset

The ActionListAsset to run, if the Paths commandSource = ActionListSource.AssetFile

◆ cutscene

Cutscene AC.NodeCommand.cutscene

The Cutscene to run, if the Paths commandSource = ActionListSource.InScene

◆ parameterID

int AC.NodeCommand.parameterID

The ID of the ActionParameter in the ActionListAsset / Cutscene that represents the character moving along the path, if appropriate.

◆ pausesCharacter

bool AC.NodeCommand.pausesCharacter = true

If True, then the character moving along the path will stop moving while the cutscene is run