GetTransitText

(Engine-Level Function)

Description: Get Transition Document Text. This function returns information about the documentation of an action.
Warning: This function should be used only by advanced programmers.
Returns: Text
Usage: Script Only.
Function Groups: Compilation and On-Line Modifications,  Advanced Module
Related to: AdjustCode | GetModuleText | GetOneParmText | GetParmText | GetStateText | GetVariableText | SetModuleText | SetOneParmText | SetParmText | SetStateText | SetTransitText | SetVariableText | TextOffset | TextSize
Format: GetTransitText(Action, Mode)
Parameters:  
Action
Required. Any expression for the code value that defines the action.
Mode
Required. Any numeric expression which defines the information desired

Mode

Information desired

0

Script size in characters

1

Character offset to script

2

Trigger size in characters

3

Character offset to trigger

4

Destination size in characters

5

Character offset to destination

6

Size of script excluding [ ] , in characters

7

Character offset to first script statement

8

Total size of action, in characters