Location:
FKiSS Actions
> detach
Action:
detach(target)
Related Actions:
attach
,
glue
,
letchild
,
letparent
,
letsibling
Related Events:
detached
See also:
FKiSS
,
Events
,
Actions
detach(
target
)
First defined in: FKiSS4
The
detach
action detaches
target
from its parent object. If
target
was attached to an parent object, the
detached
event is triggered for the child object.
target
may be an object number or a variable representing an object number.
Example:
;@ detach(#5)
;@ detach(VarFish)
Location:
FKiSS Actions
> detach