InitializedSchema

From Nutscript Developer Wiki
    GM:InitializedSchema()

Description[edit]

This function is called when the schema is initialized. If you want to replace/add some more items or stuffs with lua, I suggest InitializedPlugins hook. Adding stuffs in here is only good for schema modification.

Arguments[edit]

none

Return Values[edit]

none

Examples[edit]

none