๐ฉattach
CLIENT
:attach(
แตแตโฟแตหก child, แตแตแตหก bNoDestroy)
โธ Parameters
pnl
child
child panel to attach to parent
bool
bNoDestroy
determines if parent panel not destroyable
โธ Description
Attaches a child panel to a parent. Only works with specialized rlib panels such as rlib.ui.overlay which have func PANEL:Attach( )
โธ Notes
Opposite of uclass.attachpar( )
โธ Example
Last updated