Torque3D Documentation / _generateds / Dictionary::Entry

Dictionary::Entry

Engine/source/console/consoleInternal.h

More...

Public Types

NotifySignal 

Public Attributes

bool

Whether this is a constant that cannot be assigned to.

const char *

Usage doc string.

The optional notification signal called when a value is assigned to this variable.

Detailed Description

Public Types

typedef Signal< void()> NotifySignal 

Public Attributes

bool mIsConstant 

Whether this is a constant that cannot be assigned to.

Entry * mNext 
const char * mUsage 

Usage doc string.

StringTableEntry name 
Entry * nextEntry 
NotifySignal * notify 

The optional notification signal called when a value is assigned to this variable.

ConsoleValue value