#pragma strict exhaustive list of types

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

1 Answer

1

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).