MCPcopy Create free account
hub / github.com/ddnet/ddnet / TextureHandle

Class TextureHandle

datasrc/datatypes.py:207–212  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

205
206
207class TextureHandle(BaseType):
208 def __init__(self):
209 BaseType.__init__(self, "IGraphics::CTextureHandle")
210
211 def EmitDefinition(self, _name):
212 return ["IGraphics::CTextureHandle()"]
213
214
215# helper functions

Callers 1

__init__Method · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected