contents index previous next
SE_CALLBACK()
Any function that you write which may be called by ScriptEase must use the SE_CALLBACK() macro. Put the entire return type of the function inside the macro, for instance:
SE_CALLBACK( const void * ) myfunc();
THE CHARACTER ACCESS ROUTINES