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