contents   index   previous   next



SE_HIDDEN_MEM("member name")

This is identical to SE_MEM except that the member accessed is visible only the thei ScriptEase API, and not to the scripts themselves. These hidden members are an excellent way to associate data with an object (such as a C pointer) that you don't want to be seen by the script.

 


SE_HIDDEN_UNIMEM(seconstcharptr)