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

Public Member Functions

 EventHotspotSelect (int _id, string _label, ActionListAsset _actionListAsset, int[] _parameterIDs, bool _onSelect, Hotspot _hotspot)
override void Register ()
override void Unregister ()
override void AssignVariant (int variantIndex)
Public Member Functions inherited from AC.EventBase
void Register ()
void Unregister ()
void AssignID (int _id)
void ShowGUI (bool isAssetFile, ActionListSource source)

Protected Member Functions

override ParameterReference[] GetParameterReferences ()
override bool HasConditions (bool isAssetFile)
override void ShowConditionGUI (bool isAssetFile)
Protected Member Functions inherited from AC.EventBase
void Run ()
void Run (object[] args)
bool HasConditions (bool isAssetFile)

Properties

override string[] EditorNames [get]
override string EventName [get]
override string ConditionHelp [get]
Properties inherited from AC.EventBase
int ID [get]
string Label [get]
ActionListAsset ActionListAsset [get]
string[] EditorNames [get]
string EventName [get]
string ConditionHelp [get]

Additional Inherited Members

Protected Attributes inherited from AC.EventBase
string label
int id
Cutscene cutscene
ActionListAsset actionListAsset
int[] parameterIDs

Member Function Documentation

◆ AssignVariant()

override void AC.EventHotspotSelect.AssignVariant ( int variantIndex)
virtual

Reimplemented from AC.EventBase.

◆ GetParameterReferences()

override ParameterReference[] AC.EventHotspotSelect.GetParameterReferences ( )
protectedvirtual

Reimplemented from AC.EventBase.

◆ ShowConditionGUI()

override void AC.EventHotspotSelect.ShowConditionGUI ( bool isAssetFile)
protectedvirtual

Reimplemented from AC.EventBase.