Up

NSArray+additions autogsdoc generated documentation

Authors

Generated by me

Contents -

  1. Software documentation for the NSArray(AgentFarms) category
  2. Software documentation for the NSMutableArray(AgentFarms) category

Software documentation for the NSArray(AgentFarms) category

NSArray(AgentFarms)

Declared in:
AgentFarms/NSArray+additions.h

Description forthcoming.

Method summary

arrayWithObjectsFromPrototype:count:

+ (NSArray*) arrayWithObjectsFromPrototype: (AFObjectPrototype*)prototype count: (int)count;

Description forthcoming.


Software documentation for the NSMutableArray(AgentFarms) category

NSMutableArray(AgentFarms)

Declared in:
AgentFarms/NSArray+additions.h

Description forthcoming.

Method summary

removeDeadObjects

- (int) removeDeadObjects;

Remove all objects that are dead, that means, all objects that return NO on isLive method.



Up