We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c37b20a commit 6c12298Copy full SHA for 6c12298
1 file changed
Spore ModAPI/Spore/Simulator/cTribe.h
@@ -71,7 +71,7 @@ namespace Simulator
71
/* 8Ch */ virtual void SpawnTribe(const Math::Vector3& position, int numMembers, int, bool);
72
/// Returns the vector with the members of the tribe, including non-selectables
73
/* 90h */ virtual eastl::vector<cCreatureCitizenPtr>& GetTribeMembers();
74
- /// Returns a vector of all selectable members of the tribe (excludes baby creatures
+ /// Returns a vector of all selectable members of the tribe (excludes baby creatures)
75
/* 94h */ virtual eastl::vector<cCreatureCitizenPtr>& GetSelectableMembers();
76
/* 98h */ virtual cCreatureCitizen* SpawnMember(int age);
77
/// Removes a member of the tribe. index seems to cause issues if not 0.
0 commit comments