Procs
proc nextComponentId(): ComponentId {...}{.raises: [], tags: [TimeEffect].}
- Source Edit
proc nextEntityId(): EntityId {...}{.raises: [], tags: [TimeEffect].}
- Source Edit
Funcs
func hash(id: ComponentId): Hash {...}{.raises: [], tags: [].}
- Source Edit
func `==`(left: ComponentId; right: ComponentId): bool {...}{.raises: [], tags: [].}
- Source Edit
func hash(id: EntityId): Hash {...}{.raises: [], tags: [].}
- Source Edit
func `==`(left: EntityId; right: EntityId): bool {...}{.raises: [], tags: [].}
- Source Edit