 Autodocs Libraries:
resource.library --background-- RL_CloseResource RL_DisposeGroup RL_DisposeObject RL_GetObjectArray RL_NewGroupA RL_NewObjectA RL_OpenResource RL_SetResourceScreen Include GuruMeditation
|
Docs » Autodocs » resource.library » RL_NewObjectA
RL_NewObjectA - create a new object (V44)
object = RL_NewObjectA(resource,id,taglist) D0 A0 D0 A1 Object *RL_NewObjectA(RESOURCEFILE, RESOURCEID, struct TagItem *);;
The routine creates a new object with a given numeric id.
resource -- a pointer to a resource id -- a numeric id taglist -- a pointer to an array of TagItem. The tags are moved forward to the call of NewObjectA, NewDTObjectA or whatever is called to create the object
object -- a pointer to an Object or NULL.
intuition.library/NewObjectA, datatypes.library/NewDTObjectA(), resource.library/RL_DisposeObject()
|