-
Notifications
You must be signed in to change notification settings - Fork 7
Optional Parameters
Nak edited this page Sep 12, 2022
·
6 revisions
Parameters ending with a question-mark are optional. They can be replaced a nil or left empty.
Returns | Functions | Description |
---|---|---|
ExampleFuncton( Number? a, Number? b ) | A function with 2 optional parameters. |
Return variables ending with a question-mark, can also be returned as a nil instead.
Returns | Functions | Description |
---|---|---|
Number? | ExampleFuncton() | A function that has a chance to return nothing |
- BitBuffer
- BSP Parser
- DateTime and Date-Functions
- TimeDelta
-
PathFinding (Coming soon)
- LPathFollower (Coming soon)
- NodeGraph (Coming soon)
- NikNav ( NikNaks Navigation ) on ToDo
- Extended functions (Coming soon)