MCPcopy
hub / github.com/EngoEngine/engo / ID

Method ID

common/interfaces.go:71–71  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

69// BasicFace is the means of accessing the ecs.BasicEntity class , it also has the ID method, to simplify, finding an item within a system
70type BasicFace interface {
71 ID() uint64
72 GetBasicEntity() *ecs.BasicEntity
73}
74

Callers 15

RemoveMethod · 0.80
AddMethod · 0.80
RemoveMethod · 0.80
RemoveMethod · 0.80
AddMethod · 0.80
EntityExistsMethod · 0.80
RemoveMethod · 0.80
RemoveMethod · 0.80
UpdateMethod · 0.80
NewMethod · 0.80
RemoveMethod · 0.80
RemoveMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected