No, typed scripting as in statically typed, as in the type of each variable, function, etc., are explicitly defined by your code. Eventually that way of coding will be used for more optimized script runtime. In your case, the return value of "process" is explicitly typed as void
, and the type of the variable "delta" is defined as a float
.