PixelCrushers.DialogueSystem.CoreGameKit.LuaToWorldVariableListener Class Reference

This component listens for changes to the Lua variables associated with world variables. More...

Inheritance diagram for PixelCrushers.DialogueSystem.CoreGameKit.LuaToWorldVariableListener:
Collaboration diagram for PixelCrushers.DialogueSystem.CoreGameKit.LuaToWorldVariableListener:

Public Attributes

WorldVariable[] worldVariables
 
LuaWatchFrequency frequency = LuaWatchFrequency.EveryUpdate
 

Detailed Description

This component listens for changes to the Lua variables associated with world variables.

When a Lua variables changes, the component updates the corresponding CoreGameKit world variable.

Member Data Documentation

◆ frequency

LuaWatchFrequency PixelCrushers.DialogueSystem.CoreGameKit.LuaToWorldVariableListener.frequency = LuaWatchFrequency.EveryUpdate

◆ worldVariables

WorldVariable [] PixelCrushers.DialogueSystem.CoreGameKit.LuaToWorldVariableListener.worldVariables

The documentation for this class was generated from the following file: