Please enable JavaScript to view this site.

Removes a signed integer (32bit) variable from storage.

Syntax

void unset_int32(const string &in name)

name

Variable name

Result

(none)

Example of use:

bool execute(shell::object @shell, const string &in cmdline)

{

  // Removes variable "my_var" 

  shell.storage.unset_int32("my_var"); 

}

 

  

Keyboard Navigation

F7 for caret browsing
Hold ALT and press letter

This Info: ALT+q
Page Header: ALT+h
Topic Header: ALT+t
Topic Body: ALT+b
Contents: ALT+c
Search: ALT+s
Exit Menu/Up: ESC