contents   index   previous   next



SE.INIT_IMPLICIT_PARENTS

When this flag is specified, initialization code (i.e., global code that is outside of any function) will execute as if it is in a function with the SE.IMPLICIT_PARENTS flag set. This flag is useful when executing small pieces of code that need function-like scoping behavior, such as events.


SE.DEFAULT