wiki.sine.space | sinespace

Difference between revisions of "Scripting/SGroupInfo"

From wiki.sine.space
Jump to: navigation, search
(Replaced content with "This page has moved to: https://docs.sine.space/v/scripting/client-scripting/types/sgroupinfo")
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
=Attributes=
+
This page has moved to: https://docs.sine.space/v/scripting/client-scripting/types/sgroupinfo
 
+
{{ScriptFunction|int|ID|{ get; }|The id of the group.|5=<pre>
+
ID = Space.Groups.GetGroupInfo(350).ID</pre>|6=<pre></pre>
+
}}
+
 
+
{{ScriptFunction|int|OwnerID|{ get; }|The owner id of the group.|5=<pre>
+
OwnerID = Space.Groups.GetGroupInfo(350).OwnerID</pre>|6=<pre></pre>
+
}}
+
 
+
{{ScriptFunction|string|Name|{ get; }|The name of the group.|5=<pre>
+
Name = Space.Groups.GetGroupInfo(350).Name</pre>|6=<pre></pre>
+
}}
+
 
+
{{ScriptFunction|string|Description|{ get; }|The description of the group.|5=<pre>
+
Description =Space.Groups.GetGroupInfo(350).Description</pre>|6=<pre></pre>
+
}}
+
 
+
{{ScriptFunction|string|Access|{ get; }|The access of the group.|5=<pre>
+
Access = Space.Groups.GetGroupInfo(350).Access</pre>|6=<pre></pre>
+
}}
+
 
+
{{ScriptFunction|string|ImageUrl|{ get; }|image url of the group.|5=<pre>
+
ImageUrl = Space.Groups.GetGroupInfo(350).ImageUrl</pre>|6=<pre></pre>
+
}}
+
 
+
{{ScriptFunction|int|MaxAvatars|{ get; }|The maxAvatars of the group.|5=<pre>
+
MaxAvatars = Space.Groups.GetGroupInfo(350).MaxAvatars</pre>|6=<pre></pre>
+
}}
+
 
+
{{ScriptFunction|string|Role|{ get; }|Player's role in this group.|5=<pre>
+
Role = Space.Groups.GetGroupInfo(350).Role</pre>|6=<pre></pre>
+
}}
+
 
+
{{ScriptFunction|string|CreateDate|{ get; }|Creation date of the group.|5=<pre>
+
CreateDate = Space.Groups.GetGroupInfo(350).CreateDate</pre>|6=<pre></pre>
+
}}
+
 
+
{{Scripting Navbox}}
+

Latest revision as of 07:58, 19 September 2022

This page has moved to: https://docs.sine.space/v/scripting/client-scripting/types/sgroupinfo