Property | Type | Description | |
---|---|---|---|
oi_guess | string | ||
oi_know | bool | ||
oi_name | string | ||
oi_prob | int | ||
oi_worth | int |
Method | Description | |
---|---|---|
obj_info ( int oiProb ) : System | ||
obj_info ( string oiName, int oiProb, int oiWorth, string oiGuess, bool oiKnow ) : System |
public obj_info ( string oiName, int oiProb, int oiWorth, string oiGuess, bool oiKnow ) : System | ||
oiName | string | |
oiProb | int | |
oiWorth | int | |
oiGuess | string | |
oiKnow | bool | |
return | System |