CSGuiEditorLevel
in package
Represents one level in the editor, e.g. a tab or a section
Tags
Table of Contents
- getAllInputs() : array<string|int, mixed>
- Returns recursivly all contained inputs for this level and all its sublevels
- getInputs() : array<string|int, mixed>
- Returns all directly contained inputs for this level
- getName() : mixed
- getSubLevels() : array<string|int, mixed>
- Returns all contained sublevels for this level
Methods
getAllInputs()
Returns recursivly all contained inputs for this level and all its sublevels
public
getAllInputs() : array<string|int, mixed>
Tags
Return values
array<string|int, mixed> —of CSGuiEditorInput elements
getInputs()
Returns all directly contained inputs for this level
public
getInputs() : array<string|int, mixed>
Tags
Return values
array<string|int, mixed> —of CSGuiEditorInput elements
getName()
public
getName() : mixed
Tags
Return values
mixed —getSubLevels()
Returns all contained sublevels for this level
public
getSubLevels() : array<string|int, mixed>
Tags
Return values
array<string|int, mixed> —of CSGuiEditorLevel elements
