C# Class Pluton.Rust.Objects.LoadOut

Inheritance: CountedInstance
Afficher le fichier Open project: Notulp/Pluton.Rust

Méthodes publiques

Свойство Type Description
ModeratorUse bool
Name string
NormalUse bool
OwnerUse bool
itemCount int
items LoadOutItem>.Dictionary
path string

Méthodes publiques

Méthode Description
Add ( InvItem item ) : bool
Add ( LoadOutItem item ) : bool
LoadOut ( string name ) : System
Remove ( int item ) : bool
Reorganize ( ) : void
ToIni ( ) : void
ToInv ( Inv inv, bool notify = true ) : void

Method Details

Add() public méthode

public Add ( InvItem item ) : bool
item InvItem
Résultat bool

Add() public méthode

public Add ( LoadOutItem item ) : bool
item LoadOutItem
Résultat bool

LoadOut() public méthode

public LoadOut ( string name ) : System
name string
Résultat System

Remove() public méthode

public Remove ( int item ) : bool
item int
Résultat bool

Reorganize() public méthode

public Reorganize ( ) : void
Résultat void

ToIni() public méthode

public ToIni ( ) : void
Résultat void

ToInv() public méthode

public ToInv ( Inv inv, bool notify = true ) : void
inv Inv
notify bool
Résultat void

Property Details

ModeratorUse public_oe property

public bool ModeratorUse
Résultat bool

Name public_oe property

public string Name
Résultat string

NormalUse public_oe property

public bool NormalUse
Résultat bool

OwnerUse public_oe property

public bool OwnerUse
Résultat bool

itemCount public_oe property

public int itemCount
Résultat int

items public_oe property

public Dictionary items
Résultat LoadOutItem>.Dictionary

path public_oe property

public string path
Résultat string