🟩setup
CLIENT
:setup(
ᶠᵘⁿᶜ fn)
▸ Parameters
fn
func
function executed
▸ Alias
setup, onload
▸ Description
Creates various functions that will be ran once the parent panel has been initialized.
▸ Notes
List of functions executed in order:
1) pnl:_Fonts( ) 2) pnl:_Lang( ) 3) pnl:_Declare( ) 4) pnl:_Colorize( ) 5) pnl:_Call( ) 6) fn parameter
▸ Example
self = ui.get( self )
:setup ( )
Last updated