Go to the source code of this file.
◆ SET_MANIFEST_ROW
#define SET_MANIFEST_ROW |
( |
| obj, |
|
|
| color, |
|
|
| row ) |
Value:([self setManifestScreenRow:obj inColor:color forRow:row ofRows:max_rows andOffset:page_offset inMultipage:multi_page])
Definition at line 1128 of file PlayerEntityContracts.m.
◆ RepForRisk()
static unsigned RepForRisk |
( |
unsigned | risk | ) |
|
|
static |
Definition at line 1998 of file PlayerEntityContracts.m.
1999{
2000 switch (risk)
2001 {
2002 case 0:
2003 return 1;
2004 case 1:
2005 return 2;
2006 case 2:
2007 default:
2008 return 4;
2009 }
2010}
◆ currentShipyard
NSMutableDictionary* currentShipyard = nil |
|
static |