You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would be nice if we can scale the model of the fortifications and the barrel in the hand of the player while in placement mode instead of just hiding the model. It is possible to change entities scale with entity.SetScale(float scale) but this doesn't worked for me in this situation. Perhaps because of the permanent EOnFrame Transformation or because I have done something wrong. I need to investigate further. Perhaps scaling is not available for "weapons" in hand.
The text was updated successfully, but these errors were encountered:
y0014984
changed the title
Skaling instead of hiding barrel/fortification model on placement
Scaling instead of hiding barrel/fortification model on placement
Jan 19, 2024
Would be nice if we can scale the model of the fortifications and the barrel in the hand of the player while in placement mode instead of just hiding the model. It is possible to change entities scale with
entity.SetScale(float scale)
but this doesn't worked for me in this situation. Perhaps because of the permanent EOnFrame Transformation or because I have done something wrong. I need to investigate further. Perhaps scaling is not available for "weapons" in hand.The text was updated successfully, but these errors were encountered: