DBreturnObjectSettings |
Top Previous Next |
Information of object investigates. The information contains the co-ordinates of the object (Boundingbox) and Flags about the momentary state of the object (changed, curly etc.). The object keys are not administered in the structure OBJECT_SETTINGS. The keys become with the function DBreturnObjectKeys investigates. Parametre object (POBJECT) [IN] Act on the object whose information is questioned. settings (OBJECT_SETTINGS *) [IN / OUT] As a result this procedure fills the structure settings. All fields are booked with the values of the object which the trading calls. It is a job of the user to make available the storage space for settings. This can be a dynamic or static memory. grade (int) [IN] Aloofly, must be 1. If further information is introduced, these become grades distinguished. Result --- Declaration #include "database.h"
void DLLENTRY DBreturnObjectSettings ( POBJECT object, OBJECT_SETTINGS * settings, int grades ); Related functions
|