5
edits
(Add initial documentation for the extra string) |
(→Extra string: Add more extra strings) |
||
Line 49: | Line 49: | ||
This is an incomplete list of existing extra information and their meaning: | This is an incomplete list of existing extra information and their meaning: | ||
{| class="wikitable" | {| class="wikitable" | ||
! Key !! Description !! | ! Key !! Description !! Valid values | ||
|- | |||
! colspan="3" | Images | |||
|- | |||
| <code>VISIBILITY</code> || Makes the image by default invisible/disabled when set to <code>FALSE</code>. || <code>FALSE</code> | |||
|- | |||
| <code>BMP_ISMAP</code> || Does not draw the image and is only used to map a position to an value (e.g. to determine what is clicked). || | |||
|- | |||
! colspan="3" | Sound | |||
|- | |||
| <code>SOUND</code> || Makes the sound by default muted/disabled when set to <code>FALSE</code>. || <code>FALSE</code> | |||
|- | |||
! colspan="3" | Path actors | |||
|- | |||
| <code>PATH</code> || Determines the location of the actor || name of boundary, source edge, source scale, destination edge, destination scale | |||
|- | |- | ||
! colspan="3" | Controls | ! colspan="3" | Controls | ||
|- | |||
| <code>VISIBILITY</code> || Makes the control by default invisible/disabled when set to <code>FALSE</code>. || <code>FALSE</code> | |||
|- | |- | ||
| <code>STYLE</code> || Can specify how the controls handles a mouse click. <code>MAP</code> and <code>GRID</code> support additional values. || <code>MAP</code>, <code>GRID</code>, <code>TOGGLE</code> | | <code>STYLE</code> || Can specify how the controls handles a mouse click. <code>MAP</code> and <code>GRID</code> support additional values. || <code>MAP</code>, <code>GRID</code>, <code>TOGGLE</code> |
edits