Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ callobj(3g) — 4D1 2.0

Media Vault

Software Library

Restoration Projects

Artifacts Sought



     callobj(3G)                                           callobj(3G)



NAME
callobj - draws an instance of an object
SPECIFICATION
C callobj(obj)
Object obj;
FORTRAN subroutine callob(obj)
integer*4 obj
DESCRIPTION
callobj draws an instance of a previously defined object.
obj is the object identifier. If callobj specifies an
undefined object, the system ignores the routine.
Global state attributes are not saved before a callobj. For
example, if you change a variable such as color within an
object, the change can affect the caller as well. Use
pushattributes and popattributes to preserve global state
attributes across callobj calls.
SEE ALSO
makeobj, pushattributes, popattributes
Programming Guide, Section 8.2, Using Objects
Page 1 (printed 8/20/87)

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026