BoneLayer:SetGrandpaBone(value)
Version added: 11.0
Arguments:
Name | Type | Description | Default | Ver |
value | bool | 11.0 |
Return value:
void
Set whether bone layer allows nested layer control.
Example:
<< Back to BoneLayer
Example:
if (moho.layer:LayerType() == MOHO.LT_BONE) then
moho:LayerAsBone(moho.layer):SetGrandpaBone(false)
end