|
VoK.Sdk
Doxygen generated documentation for the Dungeon Helper SDK
|
someone on the who tab. this object contains a subset of the data found on the full IEntity record and typically includes class breakdown, gender, race, name, and a last known location More...
Public Member Functions | |
| void | ReloadLocation () |
| can call this to update the location from memory, if it is still valid More... | |
Properties | |
| bool | Valid [get] |
| whether or not this instance is still considered valid More... | |
| ulong | CharacterId [get] |
| the 64-bit id of the character More... | |
| string | Name [get] |
| the character name. has a value even if anonymous More... | |
| uint | Level [get] |
| the character's level More... | |
| bool | InParty [get] |
| flag indicating whether or not the character is in a party More... | |
| bool | LookingForGroup [get] |
| flag indicating whether or not the character has their LFG marker up More... | |
| bool | LookingForMore [get] |
| flag indiciating whether or not the character has an LFM up More... | |
| bool | Anonymous [get] |
| whether or not the character is anonymous More... | |
| string | PlayerLocation [get] |
| name of the area the character is in, if known More... | |
| string | Gender [get] |
| gender of the character More... | |
| string | Race [get] |
| race of the character More... | |
| string | Guild [get] |
| the character's guild, if any More... | |
| uint? | PlayerLocationDid [get] |
| 0x70 ID of the current map the character is on More... | |
| uint? | LfmQuestDid [get] |
| 0x70 ID of the quest in the LFM panel More... | |
| uint? | LfmQuestDifficulty [get] |
| Quest difficulty, corresponding to Sdk.Ddo.Enums.DifficultyType More... | |
| uint? | LfmMinLevel [get] |
| min level of the LFM, if it's up More... | |
| uint? | LfmMaxLevel [get] |
| max level of the LFM, if it's up More... | |
| string | LfmMessage [get] |
| message of the LFM, if it's up More... | |
| List< IClassInfo > | Classes [get] |
| list of classes for the character More... | |
someone on the who tab. this object contains a subset of the data found on the full IEntity record and typically includes class breakdown, gender, race, name, and a last known location