Difference between revisions of "VN fnc kbm onLBDblClick"

From Savage Game Design Wiki
Jump to navigation Jump to search
(Created page with "{{Function |v= 1.00 |author=Heyoxe |a= |e= |g1= keybinding |d= <pre>Handles LNB double-clicking to edit behavior.</pre> |s= [_control, _index] call VN_fnc_kbm_onLBDblCl...")
 
(No difference)

Latest revision as of 20:03, 4 May 2022

← back to Functions Introduced in S.O.G. Prairie Fire v1.00
by Heyoxe
Argument(s): n/a
Effect(s): unknown

Description

Handles LNB double-clicking to edit behavior.

Syntax

Syntax
[_control, _index] call VN_fnc_kbm_onLBDblClick;
Parameters
_control: Control - Table control
_index: Number - Row index
Return value
Nothing