Skip to content

nameSystem

nameSystem(name, system): System

Defined in: packages/engine/src/gameplay/step.ts:94

A system that runs system under the name the step’s profile reports in place of its function’s own. A new function, so one system can sit in two lists under two names.

Parameter Type
name string
system System

System