Difference between revisions of "User Defined Function"
Jump to navigation
Jump to search
no edit summary
imported>Ladez m (Fixed external tutorial link.) |
imported>Pintocat |
||
Line 1: | Line 1: | ||
{{Template:Community_Wiki}} | |||
==Overview== | ==Overview== | ||
User defined functions (UDF) are added by NVSE V4. They must be saved as 'object' type scripts that must use the "Function" block type only. Although 'object' type, they must not be attached to any object and are instead called directly by script name from within other scripts, using the [[Call]] command. | User defined functions (UDF) are added by NVSE V4. They must be saved as 'object' type scripts that must use the "Function" block type only. Although 'object' type, they must not be attached to any object and are instead called directly by script name from within other scripts, using the [[Call]] command. |