Collection of useful functions, to make working with Coala more convenient.
GetUITime
Shows the current time as a string.
Input
24System:Boolean
Output
Time:String
GetCoalaWeather
Shows the current weather
Input
WorldContextObject:Object
Output
Weather:WeatherType
NoData:Boolean
GetCoalaWeather:
Input :
WorldContextObject:Object
Output :
CoalaBP:BP_coala
NotExist:Boolean
GetFloatByCoalaScaling:
Calculates a float value for the current scaling.
Input :
WorldContextObject:Object
CalcFloat:Float
Output :
NotExist:Boolean
Float:Float
GetVectorByCoalaScaling:
Multiplies a Vector with the coalascale.
Input :
WorldContextObject:Object
CalcVector:Vector
Output :
NotExist:BP_coala
Vector:Vector
GetCoalaPlayer:
Gets the Player with index 0.
Input :
WorldContextObject:Object
Output :
Exist:BP_coala
Player:BP Character