Hi,
Where can I find all the types when using #pragma strict? for example boolean, float etc, I am having a hard time finding that kind of information.
Thanks,
Jean
Hi,
Where can I find all the types when using #pragma strict? for example boolean, float etc, I am having a hard time finding that kind of information.
Thanks,
Jean
Here is a list of type identifiers. Note that this doesn't really have anything to do with #pragma strict.
thanks, on top of that it holds other very useful info as well. Should be in the doc really ( it might be but I missed it then).
– Jean-Fabre