20,741
edits
m (wip, untested - copy&paste) |
mNo edit summary |
||
| Line 1: | Line 1: | ||
{{WIP}} | {{WIP}} | ||
Open $FG_SRC/Scripting/CMakeLists.txt and add these entries to the SOURCES/HEADER section respectively: | Open $FG_SRC/Scripting/CMakeLists.txt and add these entries to the SOURCES/HEADER section respectively: | ||
* NasalTest.cxx (SOURCES) | * NasalTest.cxx (SOURCES) | ||
| Line 53: | Line 55: | ||
<syntaxhighlight lang="nasal"> | <syntaxhighlight lang="nasal"> | ||
</syntaxhighlight> | </syntaxhighlight> | ||
== CallContext == | |||
* isNumeric() | |||
* isString() | |||
* isHash() | |||
* isVector() | |||
* isGhost() | |||
* requireArg<type>(index) | |||
* getArg() | |||
* popFront() | |||
* popBack() | |||
== Exposing C++ Classes == | == Exposing C++ Classes == | ||