Difference between revisions of "Template:Function Template"

From Catglobe Wiki
Jump to: navigation, search
(Created page with "Folder_getFolderByResourceId Syntax Folder_getFolderByResourceId(Folder_resource_id) Arguments Folder_resource_id: Is an expression of the type number. Return type Array Examp...")
 
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
Folder_getFolderByResourceId
+
<noinclude>''' <span style="color:blue;">THIS IS A TEMPLATE - IT'S BACKUP VERSION IN PAGE: [[{{FULLPAGENAME}}/backup]]</span> '''</noinclude><!-- please dont delete this line -->
Syntax
+
={{{Name|}}} =
Folder_getFolderByResourceId(Folder_resource_id)
+
<includeonly>[[Category:Functions]]</includeonly>
Arguments
+
__NOTOC__
Folder_resource_id: Is an expression of the type number.
+
__NOEDITSECTION__
Return type
+
 
Array
+
{{{Description|Please write a description and submit to code to autogen it next time}}}
Examples
+
== Syntax ==
array a=Folder_getFolderByResourceId(2128);
+
{{{Name|}}}({{{Parameters|}}});
print(a);
+
 
// output {28,2128,Administration,1,2071,True,0,False,Administration}
+
== Return type ==
Availability
+
{{{ReturnType|}}}
Version 5.8
 

Latest revision as of 06:52, 25 October 2024

THIS IS A TEMPLATE - IT'S BACKUP VERSION IN PAGE: Template:Function Template/backup

Please write a description and submit to code to autogen it next time

Syntax

();

Return type