NaVM._writeArg

Changes value of an argument. **Do not use this when argument is array (string)**

class NaVM
protected
bool
_writeArg
(
T
)
(
uinteger argAddr
,
T val
)

Return Value

Type: bool

true if done, false if argument address is out of bounds

Meta