Funcs
func isInitialized(self: Component): bool {...}{.inline, raises: [], tags: [].}
- Source Edit
func parent=(self: var ComponentObj; value: Entity) {...}{.raises: [], tags: [].}
- Source Edit
func parent=(self: Component; value: Entity) {...}{.raises: [], tags: [].}
- Source Edit
func parent(self: ComponentObj | Component): Option[Entity]
- Source Edit
Methods
method initialize(self: Component) {...}{.base, raises: [], tags: [].}
- Source Edit