|
||
void sysvar_xyz ( char *name, char *pt )
char *name; // name of system variable SS_XYZ *pt; // address of 3D point to receive variable value
|
|
|
Synopsis |
#include "silver.h"
The sysvar_text function retrieves the XYZ coordinates associated with the system variable specified by name , and copies them into pt .
|
|
Parameters |
name is a null-terminated string containing the name of the variable. pt is the address of the 3D point that is to receive the variable value.
|
|
Return Value |
none.
|
|
See Also |
|
|
|
|