Difference between revisions of "Flag Reference"
Jump to navigation
Jump to search
→Function Flags
imported>Thingy Person |
imported>Thingy Person |
||
Line 16: | Line 16: | ||
== Function Flags == | == Function Flags == | ||
*Native: Functions that derive their functionality from the runtime are flagged with this. Not for general use. | *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: Makes the function accessible to all scripts without needing to attach the script or import it as a property. Properties are unavailable, and all member functions must be called on parameters. | ||
[[Category:Scripting]] | [[Category:Scripting]] | ||
[[Category:Papyrus]] | [[Category:Papyrus]] | ||
[[Category:Papyrus Language Reference]] | [[Category:Papyrus Language Reference]] |