Group Status

From truxwiki.com
Revision as of 10:32, 13 April 2024 by Sam (talk | contribs) (Created page with "These defined constants represent the different types of groups in Truxton. This information is also kept in the <code>[GroupStatus]</code> database table. It is used to set...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

These defined constants represent the different types of groups in Truxton.

This information is also kept in the [GroupStatus] database table. It is used to set the [GroupStatusID] column of the [Group] table.

Name Value Meaning
GROUP_STATUS_NORMAL 0 A normal group.
GROUP_STATUS_DELETED 1 This group is marked as deleted.
GROUP_STATUS_COPIED 2 This group is a copy of another group.