method Creature.prototype.outwardConnections Creature.prototype.outwardConnections(fromIndx: number): Synapse[] Get the outward connections (efferent) for the neuron at the given index. Parameters fromIndx: number The index of the source neuron. Return Type Synapse[] The list of outward connections.