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.
2 | No.2 Revision |
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.