mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Tools - document_functions.py: handle header sub indexs for arguments (#9303)
* tools - handle header sub indexs for arguements * convert remaining * Update coding-guidelines.md
This commit is contained in:
@ -5,14 +5,13 @@
|
||||
*
|
||||
* Arguments:
|
||||
* 0: The souce object <OBJECT>
|
||||
* 1: Code to run when position is ready <CODE>
|
||||
* - Code is passed
|
||||
* 0: Successful <BOOL>
|
||||
* 1: Object <OBJECT>
|
||||
* 2: Position ASL <ARRAY>
|
||||
* 3: State of Shift <BOOL>
|
||||
* 4: State of Ctrl <BOOL>
|
||||
* 5: State of Alt <BOOL>
|
||||
* 1: Code to run when position is ready (will be passed the following array) <CODE>
|
||||
* - 0: Successful <BOOL>
|
||||
* - 1: Object <OBJECT>
|
||||
* - 2: Position ASL <ARRAY>
|
||||
* - 3: State of Shift <BOOL>
|
||||
* - 4: State of Ctrl <BOOL>
|
||||
* - 5: State of Alt <BOOL>
|
||||
* 2: Text <STRING> (default: "")
|
||||
* 3: Icon image file <STRING> (default: "\a3\ui_f\data\IGUI\Cfg\Cursors\select_target_ca.paa")
|
||||
* 4: Icon color <ARRAY> (default: [1,0,0,1])
|
||||
|
Reference in New Issue
Block a user