a1200   NEWS   APPS   DOCS   ABOUT
a1200
----
a1200
----
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_GetObjectArray

NAME

	RL_GetObjectArray - get a pointer to a group of objects (V44)

SYNOPSIS

	group = RL_GetObjectArray(resource,object,id)
D0 A0 A1 D0
Object **RL_GetObjectArray(RESOURCEFILE, Object *, RESOURCEID);

FUNCTION

	If you allocated an Object using RL_NewObjectA a lot of additional
Objects and group of Objects may be allocated automatically. This
functions returns a pointer to a group of objects with a given group
ID.
Never release the group with RL_DisposeGroupA. The group is released
automatically if the object is released

INPUTS

	resource -- a pointer to a resource
object -- a pointer to an Object
id -- a numeric id of a object group

RESULT

	group -- a pointer to an array of pointers to Object

SEE ALSO

resource.library/RL_NewObjectA(), resource.library/RL_NewGroupA()

Comments

Name:
E-mail: Use this if you want a message if you get a response, will not be shown.
Comment:
Select correct short for:

Future Crew

FC
AOA
FLT
CSL

Comments:

$VER: d0.se 1.14 Copyright © 2011-2024 Tobias Geijersson support at d0 dot se