Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Upon further review (and learning more about lua), 'selectionLookup' is a dictionary / map. So, just a simple

selectionLookup[selectionValue]

Will give me the string. Still curious if there's any accessor methods to retrieve the value, but small concern since there's a simple one-liner to get the value.

Upon further review (and learning more about lua), 'selectionLookup' is a dictionary / map. So, just a simple

selectionLookup[selectionValue]

Will give me the string. Still curious if there's any accessor methods to a ProtoField to retrieve the value, but small concern since there's a simple one-liner to get the value.