C# Class Pluton.Inv

Inheritance: CountedInstance
Afficher le fichier Open project: Notulp/Pluton Class Usage Examples

Méthodes publiques

Свойство Type Description
_inv PlayerInventory
owner Player

Méthodes publiques

Méthode Description
Add ( InvItem item ) : bool
Add ( InvItem item, ItemContainer con ) : bool
Add ( int itemID ) : bool
Add ( int itemID, int amount ) : bool
Add ( string longNameOrShortNameOrPrefab, int amount ) : bool
AllItems ( ) : List
BeltItems ( ) : List
Inv ( PlayerInventory inv ) : System
MainItems ( ) : List
Notice ( InvItem item ) : void
Notice ( LoadOutItem loItem ) : void
Notice ( string msg ) : void
WearItems ( ) : List

Method Details

Add() public méthode

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

Add() public méthode

public Add ( InvItem item, ItemContainer con ) : bool
item InvItem
con ItemContainer
Résultat bool

Add() public méthode

public Add ( int itemID ) : bool
itemID int
Résultat bool

Add() public méthode

public Add ( int itemID, int amount ) : bool
itemID int
amount int
Résultat bool

Add() public méthode

public Add ( string longNameOrShortNameOrPrefab, int amount ) : bool
longNameOrShortNameOrPrefab string
amount int
Résultat bool

AllItems() public méthode

public AllItems ( ) : List
Résultat List

BeltItems() public méthode

public BeltItems ( ) : List
Résultat List

Inv() public méthode

public Inv ( PlayerInventory inv ) : System
inv PlayerInventory
Résultat System

MainItems() public méthode

public MainItems ( ) : List
Résultat List

Notice() public méthode

public Notice ( InvItem item ) : void
item InvItem
Résultat void

Notice() public méthode

public Notice ( LoadOutItem loItem ) : void
loItem LoadOutItem
Résultat void

Notice() public méthode

public Notice ( string msg ) : void
msg string
Résultat void

WearItems() public méthode

public WearItems ( ) : List
Résultat List

Property Details

_inv public_oe property

public PlayerInventory _inv
Résultat PlayerInventory

owner public_oe property

public Player,Pluton owner
Résultat Player