Toggle menu
876
3.8K
30.2K
279.1K
Catglobe Wiki
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Attachment getChildAttachments: Difference between revisions

From Catglobe Wiki
Nguyenduyan (talk | contribs)
No edit summary
Nguyenduyan (talk | contribs)
No edit summary
 
Line 17: Line 17:


<source lang="javascript">
<source lang="javascript">
Attachment_getChildAttachments(11088827);
Attachment_getChildAttachments(11088827);//{Attachment,Attachment}
</source>
</source>

Latest revision as of 09:10, 16 July 2018

Attachment_getChildAttachments

Get all of the attachments of the given resource

Syntax

Attachment_getChildAttachments(number parentResourceId);

Arguments

number parentResourceId

Return type

Array of Attachment

Example

Attachment_getChildAttachments(11088827);//{Attachment,Attachment}