project_files/HedgewarsMobile/Classes/CreationChamber.h
changeset 6104 117bdf4e7af9
parent 6103 55ecfbf834e3
child 6700 e04da46ee43c
equal deleted inserted replaced
6103:55ecfbf834e3 6104:117bdf4e7af9
    27 
    27 
    28 +(void) createSettings;
    28 +(void) createSettings;
    29 
    29 
    30 +(void) createTeamNamed:(NSString *)nameWithoutExt;
    30 +(void) createTeamNamed:(NSString *)nameWithoutExt;
    31 +(void) createTeamNamed:(NSString *)nameWithoutExt ofType:(NSInteger) type;
    31 +(void) createTeamNamed:(NSString *)nameWithoutExt ofType:(NSInteger) type;
    32 +(void) createTeamNamed:(NSString *)nameWithoutExt ofType:(NSInteger) type controlledByAI:(BOOL) flag;
    32 +(void) createTeamNamed:(NSString *)nameWithoutExt ofType:(NSInteger) type controlledByAI:(BOOL) shouldAITakeOver;
    33 
    33 
    34 +(void) createWeaponNamed:(NSString *)nameWithoutExt;
    34 +(void) createWeaponNamed:(NSString *)nameWithoutExt;
    35 +(void) createWeaponNamed:(NSString *)nameWithoutExt ofType:(NSInteger) type;
    35 +(void) createWeaponNamed:(NSString *)nameWithoutExt ofType:(NSInteger) type;
    36 
    36 
    37 +(void) createSchemeNamed:(NSString *)nameWithoutExt;
    37 +(void) createSchemeNamed:(NSString *)nameWithoutExt;