wiki.sine.space | sinespace

Scripting/SGroupInfo

From wiki.sine.space
Revision as of 14:58, 6 January 2022 by Voidtech (Talk | contribs)

Jump to: navigation, search

Attributes

ID

int ID { get; }

The id of the group.

ID = Space.Groups.GetGroupInfo(350).ID


OwnerID

int OwnerID { get; }

The owner id of the group.

OwnerID = Space.Groups.GetGroupInfo(350).OwnerID


Name

string Name { get; }

The name of the group.

Name = Space.Groups.GetGroupInfo(350).Name


Description

string Description { get; }

The description of the group.

Description =Space.Groups.GetGroupInfo(350).Description


Access

string Access { get; }

The access of the group.

Access = Space.Groups.GetGroupInfo(350).Access


ImageUrl

string ImageUrl { get; }

image url of the group.

ImageUrl = Space.Groups.GetGroupInfo(350).ImageUrl


MaxAvatars

int MaxAvatars { get; }

The maxAvatars of the group.

MaxAvatars = Space.Groups.GetGroupInfo(350).MaxAvatars


Role

string Role { get; }

Player's role in this group.

Role = Space.Groups.GetGroupInfo(350).Role


CreateDate

string CreateDate { get; }

Creation date of the group.

CreateDate = Space.Groups.GetGroupInfo(350).CreateDate