Prev: 51375 Up: Map Next: 51398
51390: Test Object Has Special Description
Used by the routines at ProcessDisplayAction and GetObjectMotherID.
Input
A Object ID
Output
F Zero flag set if object has special description (bit 6 is set)
TestObjectHasSpecialDescription 51390 CALL FetchObjectDataPointer Call FetchObjectDataPointer to load the object data pointer.
51393 BIT 6,(IX+5) Test bit 6 of *IX+5 (special description flag).
51397 RET Return.
Prev: 51375 Up: Map Next: 51398