docs/api.mdwn
changeset 50 2278dd806ad3
parent 48 ef69edc792be
child 61 745b73f91607
equal deleted inserted replaced
49:4b9d1a7e6861 50:2278dd806ad3
   535 
   535 
   536 - - -
   536 - - -
   537 
   537 
   538 - - -
   538 - - -
   539 
   539 
       
   540 <a name="Utility.Lua.Routines"></a>
       
   541 ## Utility Lua Routines
       
   542 To handle conversion of enums and flag fields to/from human-readable strings.
       
   543 
   540 <a name="argument.enum.field"></a>
   544 <a name="argument.enum.field"></a>
   541 ## argument enum field
   545 ### argument enum field
   542 String that will be converted to number or just plain number, that will be passed as is.
   546 String that will be converted to number or just plain number, that will be passed as is.
   543 Note, that if enum name is not recognized no error will be raised and default vale will be used.
   547 Note, that if enum name is not recognized no error will be raised and default vale will be used.
   544 
   548 
   545 <a name="return.enum.field"></a>
   549 <a name="return.enum.field"></a>
   546 ### return enum field
   550 ### return enum field