|
|
| |
|
|
|
|
|
|
Gets numeric information about an object.
|
|
|
|
| |
|
[C#]
virtual int GetInfoInt(int id, string type)
[Visual Basic]
Overridable Function GetInfoInt(id As Integer, type As
String) As Integer
|
|
|
|
| |
| Name
|
Description
|
| id |
The Object ID of the object to be queried.
|
| type |
The type of information to be retrieved.
|
| return |
The returned integer. |
|
|
|
|
| |
|
This function behaves identically to the GetInfo method but returns an integer rather than
a string. If the information cannot be obtained or is not numeric
then the return value will be zero.
|
|
|
|
| |
|