method Creature.prototype.inwardConnections Creature.prototype.inwardConnections(toIndx: number): Synapse[] Get the inward connections (afferent) for the neuron at the given index. Parameters toIndx: number The index of the target neuron. Return Type Synapse[] The list of inward connections.