gobj_is_disabled()#
Checks if the given hgobj is disabled. A disabled hgobj is prevented from starting or playing.
Prototype
BOOL gobj_is_disabled(hgobj gobj);
Parameters
Key |
Type |
Description |
|---|---|---|
|
|
The |
Return Value
Returns TRUE if the hgobj is disabled, otherwise returns FALSE.
Notes
A disabled hgobj cannot be started or played until it is explicitly enabled using gobj_enable().
Prototype
// Not applicable in JS
Prototype
# Not applicable in Python
Examples
// TODO C examples
// TODO JS examples
# TODO Python examples