Difference between revisions of "Flag Reference"
Jump to navigation
Jump to search
→Function Flags
imported>Perdev m |
imported>Thingy Person |
||
Line 13: | Line 13: | ||
== Function Flags == | == Function Flags == | ||
*Native: Functions that derive their functionality from the runtime are flagged with this. Not for general use. | |||
*Global: Makes the function accessible to all scripts without needing to attach the script or import it as a property. Global functions can only include other global functions, and member functions only when called on/passed with parameters. | |||
[[Category:Scripting]] | [[Category:Scripting]] | ||
[[Category:Papyrus]] | [[Category:Papyrus]] | ||
[[Category:Papyrus Language Reference]] | [[Category:Papyrus Language Reference]] |