Regular API
function
simGetObjectSelectionSize
Description
Retrieves the size of the object selection. See also
simGetObjectSelection
.
C synopsis
simInt simGetObjectSelectionSize()
C parameters
None
C return value
size of the selection, or -1 if operation was not successful
Lua synopsis
number selectionSize=simGetObjectSelectionSize()
Lua parameters
Same as C-function
Lua return values
Same as C-function
All regular API functions on one page