View Project on GitHub
Initialize the new mini object
Namespace: GW2CSharp.V2.Unauthenticated.MinisAssembly: GW2CSharp (in GW2CSharp.dll) Version: 0.15.0.0 (0.15)
Syntaxpublic Mini(
int id,
string name,
string unlock,
string icon,
int order,
int item_id
)
Parameters
- id
- Type: SystemInt32
The mini id. - name
- Type: SystemString
The mini name. - unlock
- Type: SystemString
A description of how to unlock the mini (only present on a few entries). - icon
- Type: SystemString
The mini icon URL. - order
- Type: SystemInt32
The sort order that is used for displaying the mini in-game. - item_id
- Type: SystemInt32
The item which unlocks the mini and can be resolved against /v2/items.
See Also