C# 클래스 Pluton.Inv

상속: CountedInstance
파일 보기 프로젝트 열기: Notulp/Pluton 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
_inv PlayerInventory
owner Player

공개 메소드들

메소드 설명
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

메소드 상세

Add() 공개 메소드

public Add ( InvItem item ) : bool
item InvItem
리턴 bool

Add() 공개 메소드

public Add ( InvItem item, ItemContainer con ) : bool
item InvItem
con ItemContainer
리턴 bool

Add() 공개 메소드

public Add ( int itemID ) : bool
itemID int
리턴 bool

Add() 공개 메소드

public Add ( int itemID, int amount ) : bool
itemID int
amount int
리턴 bool

Add() 공개 메소드

public Add ( string longNameOrShortNameOrPrefab, int amount ) : bool
longNameOrShortNameOrPrefab string
amount int
리턴 bool

AllItems() 공개 메소드

public AllItems ( ) : List
리턴 List

BeltItems() 공개 메소드

public BeltItems ( ) : List
리턴 List

Inv() 공개 메소드

public Inv ( PlayerInventory inv ) : System
inv PlayerInventory
리턴 System

MainItems() 공개 메소드

public MainItems ( ) : List
리턴 List

Notice() 공개 메소드

public Notice ( InvItem item ) : void
item InvItem
리턴 void

Notice() 공개 메소드

public Notice ( LoadOutItem loItem ) : void
loItem LoadOutItem
리턴 void

Notice() 공개 메소드

public Notice ( string msg ) : void
msg string
리턴 void

WearItems() 공개 메소드

public WearItems ( ) : List
리턴 List

프로퍼티 상세

_inv 공개적으로 프로퍼티

public PlayerInventory _inv
리턴 PlayerInventory

owner 공개적으로 프로퍼티

public Player,Pluton owner
리턴 Player