#2 Store properties for each NPC

Abierta
abierta hace 3 años por patrick · 0 comentarios

Properties are:

  • state (int) - current menstruation / pregnancy state
  • lastTimeStateChanged (time) - the last time the actors state has changed
  • fertility (float) - factor for fertility
  • father (actor[]) - array of actors who came inside
  • fatherRace (race[]) - array of race objects who came inside
  • spermAmount (float[]) - array of amount of sperm from the actor
  • numOffspring (int) - the number of babys the actor is pregnant with
  • contraception (float) - the value of contraception
  • lastTimeContraception (time) - the time the character took contraception
  • contraceptionDuration (float) - the duration, this contraception is doing it's stuff
Properties are: - **state** (int) - current menstruation / pregnancy state - **lastTimeStateChanged** (time) - the last time the actors state has changed - **fertility** (float) - factor for fertility - **father** (actor[]) - array of actors who came inside - **fatherRace** (race[]) - array of race objects who came inside - **spermAmount** (float[]) - array of amount of sperm from the actor - **numOffspring** (int) - the number of babys the actor is pregnant with - **contraception** (float) - the value of contraception - **lastTimeContraception** (time) - the time the character took contraception - **contraceptionDuration** (float) - the duration, this contraception is doing it's stuff
Inicie sesión para unirse a esta conversación.
Sin Milestone
Sin asignado
1 participantes
Cargando...
Cancelar
Guardar
Aún no existe contenido.