Sign In
·
Register
Categories
Discussions
Sign In
Sign In
·
Register
Howdy, Stranger!
It looks like you're new here. If you want to get involved, click one of these buttons!
Sign In
Register
Categories
Recent Discussions
Categories
1K
All Categories
400
General
261
General discussions
110
Projects - Tools
29
Website
630
Help
509
Help request
110
Bug report - Feature request
11
Releases
In this Discussion
September 2012
sonicbhoc
September 2012
iarwain
Home
›
Help request
Parents vs. Owners
sonicbhoc
September 2012
edited September 2012
in
Help request
If I want something to act as if I defined it with a ChildList parameter in config, would I use SetParent or SetOwner? I want things like the object being deleted with it's parent(owner?) or whatever.
Comments
iarwain
September 2012
edited September 2012
The ChildList property actually sets both.
Parent: Child object is expressed in the parent space (in the orxFRAME hierarchy), ie. it'll move/scale/rotate with its parent
Owner: An object gets automatically deleted by its owner when the owner gets deleted.
sonicbhoc
September 2012
edited September 2012
Ah! Thanks a million.
Sign In
or
Register
to comment.
▲
?
/
3
jump to page
of 1
▼
▲
Comments
Parent: Child object is expressed in the parent space (in the orxFRAME hierarchy), ie. it'll move/scale/rotate with its parent
Owner: An object gets automatically deleted by its owner when the owner gets deleted.