![]() |
PowerQuest 0.20.3
|
Inherits IEnumerable.
Properties | |
| int | Length [get] |
| int | Group [get] |
| int | Id [get] |
| string | Word [get] |
Static Public Member Functions | |
| static implicit | operator string[] (WordGroup self) |
| static implicit | operator WordGroup (string[] words) |
| static implicit | operator int (WordGroup self) |
| static implicit | operator string (WordGroup self) |
Public Member Functions | |
| void | InitGroupId (int groupId) |
| WordGroup (string word, int group) | |
| WordGroup (string[] array) | |
| IEnumerator | GetEnumerator () |
Public Attributes | |
| string[] | m_words = null |