Page MenuHomeFeedback Tracker

GetScale and SetScale functions don't work on any entity
New, UrgentPublic

Description

GetScale function crash directly when using it.

SetScale function doesn't crash but make nothing on the object

Details

Severity
Minor
Resolution
Open
Reproducibility
Always
Operating System
Windows 10 x64
Category
General
Steps To Reproduce
Object house = GetGame().CreateObject("Land_House_1W03", GetGame().GetPlayer().GetPosition() + "0.5 5 0.5");
/*Print("house GetScale : " + house.GetScale()); //This line crash the game */
house.SetScale(100.0); //This line doesn't do nothing on the object

Event Timeline

NiiRoZz created this task.Jun 13 2019, 12:05 AM
NiiRoZz edited Steps To Reproduce. (Show Details)Jun 13 2019, 12:10 AM
NiiRoZz renamed this task from GetScale and SetScale functions doesn't work to GetScale and SetScale functions doesn't work on entity.Jun 14 2019, 3:53 PM
NiiRoZz renamed this task from GetScale and SetScale functions doesn't work on entity to GetScale and SetScale functions don't work on any entity.
NiiRoZz updated the task description. (Show Details)Jun 19 2019, 1:34 PM
NiiRoZz edited Steps To Reproduce. (Show Details)