Please enable JavaScript to view this site.

Query value of a specific variable as a 32bit signed integer.

Syntax

int32 get_int32(const string &in name)

name

Variable name

Result

Return value read

Notes

For more information about the variable, see the section on default variables.

Example of use:

bool execute(pan3d::object @panel)

{

  ...

  int32 v1 = panel.get_int32("item1.flags");

  ...

}

 

  

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