forked from libtcod/python-tcod
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapi-objects.txt
More file actions
executable file
·304 lines (304 loc) · 16.7 KB
/
api-objects.txt
File metadata and controls
executable file
·304 lines (304 loc) · 16.7 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
tdl tdl-module.html
tdl._format_char tdl-module.html#_format_char
tdl.setTitle tdl-module.html#setTitle
tdl.__email__ tdl-module.html#__email__
tdl._var tdl-module.html#_var
tdl.flush tdl-module.html#flush
tdl.set_title tdl-module.html#set_title
tdl._utf32_codec tdl-module.html#_utf32_codec
tdl._encodeString tdl-module.html#_encodeString
tdl.screenshot tdl-module.html#screenshot
tdl._rootinitialized tdl-module.html#_rootinitialized
tdl._IS_PYTHON3 tdl-module.html#_IS_PYTHON3
tdl.getFullscreen tdl-module.html#getFullscreen
tdl._INTTYPES tdl-module.html#_INTTYPES
tdl.__package__ tdl-module.html#__package__
tdl.init tdl-module.html#init
tdl._rootConsoleRef tdl-module.html#_rootConsoleRef
tdl.set_fps tdl-module.html#set_fps
tdl._NUMTYPES tdl-module.html#_NUMTYPES
tdl.set_fullscreen tdl-module.html#set_fullscreen
tdl.int_types tdl-module.html#int_types
tdl._lib tdl-module.html#_lib
tdl._format_str tdl-module.html#_format_str
tdl._fontinitialized tdl-module.html#_fontinitialized
tdl.getFPS tdl-module.html#getFPS
tdl._getImageSize tdl-module.html#_getImageSize
tdl.setFPS tdl-module.html#setFPS
tdl._format_color tdl-module.html#_format_color
tdl.force_resolution tdl-module.html#force_resolution
tdl.forceResolution tdl-module.html#forceResolution
tdl.set_font tdl-module.html#set_font
tdl.setFullscreen tdl-module.html#setFullscreen
tdl._ffi tdl-module.html#_ffi
tdl._STRTYPES tdl-module.html#_STRTYPES
tdl.get_fullscreen tdl-module.html#get_fullscreen
tdl.get_fps tdl-module.html#get_fps
tdl.setFont tdl-module.html#setFont
tdl._to_tcod_color tdl-module.html#_to_tcod_color
tdl.event tdl.event-module.html
tdl.event._keyNames tdl.event-module.html#_keyNames
tdl.event._mousem tdl.event-module.html#_mousem
tdl.event._mousel tdl.event-module.html#_mousel
tdl.event.keyWait tdl.event-module.html#keyWait
tdl.event._var tdl.event-module.html#_var
tdl.event._mouser tdl.event-module.html#_mouser
tdl.event.get tdl.event-module.html#get
tdl.event.__package__ tdl.event-module.html#__package__
tdl.event.key_wait tdl.event-module.html#key_wait
tdl.event.isWindowClosed tdl.event-module.html#isWindowClosed
tdl.event.set_key_repeat tdl.event-module.html#set_key_repeat
tdl.event._event_generator tdl.event-module.html#_event_generator
tdl.event._lib tdl.event-module.html#_lib
tdl.event._pushedEvents tdl.event-module.html#_pushedEvents
tdl.event._eventQueue tdl.event-module.html#_eventQueue
tdl.event._mouseNames tdl.event-module.html#_mouseNames
tdl.event.setKeyRepeat tdl.event-module.html#setKeyRepeat
tdl.event._parseKeyNames tdl.event-module.html#_parseKeyNames
tdl.event._ffi tdl.event-module.html#_ffi
tdl.event.wait tdl.event-module.html#wait
tdl.event._processEvents tdl.event-module.html#_processEvents
tdl.event.is_window_closed tdl.event-module.html#is_window_closed
tdl.event.push tdl.event-module.html#push
tdl.map tdl.map-module.html
tdl.map._var tdl.map-module.html#_var
tdl.map._ffi tdl.map-module.html#_ffi
tdl.map.bresenham tdl.map-module.html#bresenham
tdl.map.quickFOV tdl.map-module.html#quickFOV
tdl.map.quick_fov tdl.map-module.html#quick_fov
tdl.map.__package__ tdl.map-module.html#__package__
tdl.map._lib tdl.map-module.html#_lib
tdl.map._FOVTYPES tdl.map-module.html#_FOVTYPES
tdl.map._get_fov_type tdl.map-module.html#_get_fov_type
tdl.noise tdl.noise-module.html
tdl.noise._MERSENNE_TWISTER tdl.noise-module.html#_MERSENNE_TWISTER
tdl.noise._NOISE_MODES tdl.noise-module.html#_NOISE_MODES
tdl.noise._ffi tdl.noise-module.html#_ffi
tdl.noise._MAX_DIMENSIONS tdl.noise-module.html#_MAX_DIMENSIONS
tdl.noise.__package__ tdl.noise-module.html#__package__
tdl.noise._MAX_OCTAVES tdl.noise-module.html#_MAX_OCTAVES
tdl.noise._CARRY_WITH_MULTIPLY tdl.noise-module.html#_CARRY_WITH_MULTIPLY
tdl.noise._var tdl.noise-module.html#_var
tdl.noise._lib tdl.noise-module.html#_lib
tdl.noise._NOISE_TYPES tdl.noise-module.html#_NOISE_TYPES
tdl.Console tdl.Console-class.html
tdl.Console.get_char tdl.Console-class.html#get_char
tdl._BaseConsole.print_str tdl._BaseConsole-class.html#print_str
tdl.Console._set_batch tdl.Console-class.html#_set_batch
tdl._BaseConsole.move tdl._BaseConsole-class.html#move
tdl._BaseConsole.height tdl._BaseConsole-class.html#height
tdl._BaseConsole._fg tdl._BaseConsole-class.html#_fg
tdl._BaseConsole._bg tdl._BaseConsole-class.html#_bg
tdl._BaseConsole._cursor tdl._BaseConsole-class.html#_cursor
tdl.Console.__init__ tdl.Console-class.html#__init__
tdl.Console._newConsole tdl.Console-class.html#_newConsole
tdl._BaseConsole.draw_str tdl._BaseConsole-class.html#draw_str
tdl._BaseConsole.set_mode tdl._BaseConsole-class.html#set_mode
tdl._BaseConsole.__contains__ tdl._BaseConsole-class.html#__contains__
tdl._BaseConsole.set_colors tdl._BaseConsole-class.html#set_colors
tdl.Console.__setstate__ tdl.Console-class.html#__setstate__
tdl._BaseConsole.write tdl._BaseConsole-class.html#write
tdl._BaseConsole.width tdl._BaseConsole-class.html#width
tdl.Console._root_unhook tdl.Console-class.html#_root_unhook
tdl._BaseConsole.draw_rect tdl._BaseConsole-class.html#draw_rect
tdl.Console.__getstate__ tdl.Console-class.html#__getstate__
tdl.Console._translate tdl.Console-class.html#_translate
tdl.Console._set_char tdl.Console-class.html#_set_char
tdl.Console.__del__ tdl.Console-class.html#__del__
tdl.Console.tcod_console tdl.Console-class.html#tcod_console
tdl._BaseConsole._normalizePoint tdl._BaseConsole-class.html#_normalizePoint
tdl._BaseConsole.__iter__ tdl._BaseConsole-class.html#__iter__
tdl._BaseConsole.draw_char tdl._BaseConsole-class.html#draw_char
tdl._BaseConsole.draw_frame tdl._BaseConsole-class.html#draw_frame
tdl._BaseConsole.get_cursor tdl._BaseConsole-class.html#get_cursor
tdl._BaseConsole._blend tdl._BaseConsole-class.html#_blend
tdl._BaseConsole._normalizeRect tdl._BaseConsole-class.html#_normalizeRect
tdl.Console.clear tdl.Console-class.html#clear
tdl._BaseConsole.get_size tdl._BaseConsole-class.html#get_size
tdl._BaseConsole._normalizeCursor tdl._BaseConsole-class.html#_normalizeCursor
tdl.Console.__repr__ tdl.Console-class.html#__repr__
tdl.Console.__copy__ tdl.Console-class.html#__copy__
tdl._BaseConsole.scroll tdl._BaseConsole-class.html#scroll
tdl._BaseConsole.blit tdl._BaseConsole-class.html#blit
tdl.TDLError tdl.TDLError-class.html
tdl.Window tdl.Window-class.html
tdl.Window.get_char tdl.Window-class.html#get_char
tdl._BaseConsole.print_str tdl._BaseConsole-class.html#print_str
tdl.Window._set_batch tdl.Window-class.html#_set_batch
tdl._BaseConsole.move tdl._BaseConsole-class.html#move
tdl._BaseConsole.height tdl._BaseConsole-class.html#height
tdl._BaseConsole._fg tdl._BaseConsole-class.html#_fg
tdl._BaseConsole._bg tdl._BaseConsole-class.html#_bg
tdl._BaseConsole._cursor tdl._BaseConsole-class.html#_cursor
tdl.Window.__init__ tdl.Window-class.html#__init__
tdl.Window._set_char tdl.Window-class.html#_set_char
tdl._BaseConsole.draw_str tdl._BaseConsole-class.html#draw_str
tdl._BaseConsole.set_mode tdl._BaseConsole-class.html#set_mode
tdl._BaseConsole.__contains__ tdl._BaseConsole-class.html#__contains__
tdl._BaseConsole.set_colors tdl._BaseConsole-class.html#set_colors
tdl.Window.drawChar tdl.Window-class.html#drawChar
tdl._BaseConsole.write tdl._BaseConsole-class.html#write
tdl._BaseConsole.width tdl._BaseConsole-class.html#width
tdl.Window.draw_rect tdl.Window-class.html#draw_rect
tdl.Window._translate tdl.Window-class.html#_translate
tdl.Window.parent tdl.Window-class.html#parent
tdl.Window.drawFrame tdl.Window-class.html#drawFrame
tdl._BaseConsole._normalizePoint tdl._BaseConsole-class.html#_normalizePoint
tdl._BaseConsole.__iter__ tdl._BaseConsole-class.html#__iter__
tdl.Window.drawRect tdl.Window-class.html#drawRect
tdl.Window.draw_char tdl.Window-class.html#draw_char
tdl.Window.draw_frame tdl.Window-class.html#draw_frame
tdl._BaseConsole._blend tdl._BaseConsole-class.html#_blend
tdl._BaseConsole._normalizeRect tdl._BaseConsole-class.html#_normalizeRect
tdl.Window.clear tdl.Window-class.html#clear
tdl._BaseConsole.get_size tdl._BaseConsole-class.html#get_size
tdl._BaseConsole._normalizeCursor tdl._BaseConsole-class.html#_normalizeCursor
tdl.Window.__repr__ tdl.Window-class.html#__repr__
tdl.Window.y tdl.Window-class.html#y
tdl.Window.x tdl.Window-class.html#x
tdl._BaseConsole.get_cursor tdl._BaseConsole-class.html#get_cursor
tdl._BaseConsole.scroll tdl._BaseConsole-class.html#scroll
tdl._BaseConsole.blit tdl._BaseConsole-class.html#blit
tdl._BaseConsole tdl._BaseConsole-class.html
tdl._BaseConsole.get_char tdl._BaseConsole-class.html#get_char
tdl._BaseConsole.print_str tdl._BaseConsole-class.html#print_str
tdl._BaseConsole.move tdl._BaseConsole-class.html#move
tdl._BaseConsole.height tdl._BaseConsole-class.html#height
tdl._BaseConsole._fg tdl._BaseConsole-class.html#_fg
tdl._BaseConsole._bg tdl._BaseConsole-class.html#_bg
tdl._BaseConsole._cursor tdl._BaseConsole-class.html#_cursor
tdl._BaseConsole.__init__ tdl._BaseConsole-class.html#__init__
tdl._BaseConsole.write tdl._BaseConsole-class.html#write
tdl._BaseConsole.draw_str tdl._BaseConsole-class.html#draw_str
tdl._BaseConsole.set_mode tdl._BaseConsole-class.html#set_mode
tdl._BaseConsole.__contains__ tdl._BaseConsole-class.html#__contains__
tdl._BaseConsole.set_colors tdl._BaseConsole-class.html#set_colors
tdl._BaseConsole.get_size tdl._BaseConsole-class.html#get_size
tdl._BaseConsole.width tdl._BaseConsole-class.html#width
tdl._BaseConsole.draw_rect tdl._BaseConsole-class.html#draw_rect
tdl._BaseConsole._normalizePoint tdl._BaseConsole-class.html#_normalizePoint
tdl._BaseConsole.__iter__ tdl._BaseConsole-class.html#__iter__
tdl._BaseConsole.blit tdl._BaseConsole-class.html#blit
tdl._BaseConsole.draw_char tdl._BaseConsole-class.html#draw_char
tdl._BaseConsole.draw_frame tdl._BaseConsole-class.html#draw_frame
tdl._BaseConsole._blend tdl._BaseConsole-class.html#_blend
tdl._BaseConsole._normalizeRect tdl._BaseConsole-class.html#_normalizeRect
tdl._BaseConsole.clear tdl._BaseConsole-class.html#clear
tdl._BaseConsole.scroll tdl._BaseConsole-class.html#scroll
tdl._BaseConsole._normalizeCursor tdl._BaseConsole-class.html#_normalizeCursor
tdl._BaseConsole.get_cursor tdl._BaseConsole-class.html#get_cursor
tdl.event.App tdl.event.App-class.html
tdl.event.App.suspend tdl.event.App-class.html#suspend
tdl.event.App.ev_MOUSEUP tdl.event.App-class.html#ev_MOUSEUP
tdl.event.App.ev_MOUSEDOWN tdl.event.App-class.html#ev_MOUSEDOWN
tdl.event.App.run tdl.event.App-class.html#run
tdl.event.App.__prevTime tdl.event.App-class.html#__prevTime
tdl.event.App.update tdl.event.App-class.html#update
tdl.event.App.__running tdl.event.App-class.html#__running
tdl.event.App.run_once tdl.event.App-class.html#run_once
tdl.event.App.ev_KEYUP tdl.event.App-class.html#ev_KEYUP
tdl.event.App.runOnce tdl.event.App-class.html#runOnce
tdl.event.App.ev_QUIT tdl.event.App-class.html#ev_QUIT
tdl.event.App.ev_KEYDOWN tdl.event.App-class.html#ev_KEYDOWN
tdl.event.App.ev_MOUSEMOTION tdl.event.App-class.html#ev_MOUSEMOTION
tdl.event.Event tdl.event.Event-class.html
tdl.event.Event.__repr__ tdl.event.Event-class.html#__repr__
tdl.event.Event.type tdl.event.Event-class.html#type
tdl.event.KeyDown tdl.event.KeyDown-class.html
tdl.event.KeyEvent.control tdl.event.KeyEvent-class.html#control
tdl.event.KeyEvent.keychar tdl.event.KeyEvent-class.html#keychar
tdl.event.KeyEvent.rightCtrl tdl.event.KeyEvent-class.html#rightCtrl
tdl.event.KeyEvent.alt tdl.event.KeyEvent-class.html#alt
tdl.event.KeyEvent.__init__ tdl.event.KeyEvent-class.html#__init__
tdl.event.KeyDown.type tdl.event.KeyDown-class.html#type
tdl.event.KeyEvent.rightAlt tdl.event.KeyEvent-class.html#rightAlt
tdl.event.KeyEvent.leftAlt tdl.event.KeyEvent-class.html#leftAlt
tdl.event.KeyEvent.key tdl.event.KeyEvent-class.html#key
tdl.event.KeyEvent.leftCtrl tdl.event.KeyEvent-class.html#leftCtrl
tdl.event.KeyEvent.char tdl.event.KeyEvent-class.html#char
tdl.event.KeyEvent.shift tdl.event.KeyEvent-class.html#shift
tdl.event.Event.__repr__ tdl.event.Event-class.html#__repr__
tdl.event.KeyEvent tdl.event.KeyEvent-class.html
tdl.event.KeyEvent.control tdl.event.KeyEvent-class.html#control
tdl.event.KeyEvent.keychar tdl.event.KeyEvent-class.html#keychar
tdl.event.KeyEvent.char tdl.event.KeyEvent-class.html#char
tdl.event.KeyEvent.alt tdl.event.KeyEvent-class.html#alt
tdl.event.KeyEvent.__init__ tdl.event.KeyEvent-class.html#__init__
tdl.event.Event.type tdl.event.Event-class.html#type
tdl.event.KeyEvent.rightAlt tdl.event.KeyEvent-class.html#rightAlt
tdl.event.KeyEvent.leftAlt tdl.event.KeyEvent-class.html#leftAlt
tdl.event.KeyEvent.key tdl.event.KeyEvent-class.html#key
tdl.event.KeyEvent.leftCtrl tdl.event.KeyEvent-class.html#leftCtrl
tdl.event.KeyEvent.rightCtrl tdl.event.KeyEvent-class.html#rightCtrl
tdl.event.KeyEvent.shift tdl.event.KeyEvent-class.html#shift
tdl.event.Event.__repr__ tdl.event.Event-class.html#__repr__
tdl.event.KeyUp tdl.event.KeyUp-class.html
tdl.event.KeyEvent.control tdl.event.KeyEvent-class.html#control
tdl.event.KeyEvent.keychar tdl.event.KeyEvent-class.html#keychar
tdl.event.KeyEvent.rightCtrl tdl.event.KeyEvent-class.html#rightCtrl
tdl.event.KeyEvent.alt tdl.event.KeyEvent-class.html#alt
tdl.event.KeyEvent.__init__ tdl.event.KeyEvent-class.html#__init__
tdl.event.KeyUp.type tdl.event.KeyUp-class.html#type
tdl.event.KeyEvent.rightAlt tdl.event.KeyEvent-class.html#rightAlt
tdl.event.KeyEvent.leftAlt tdl.event.KeyEvent-class.html#leftAlt
tdl.event.KeyEvent.key tdl.event.KeyEvent-class.html#key
tdl.event.KeyEvent.leftCtrl tdl.event.KeyEvent-class.html#leftCtrl
tdl.event.KeyEvent.char tdl.event.KeyEvent-class.html#char
tdl.event.KeyEvent.shift tdl.event.KeyEvent-class.html#shift
tdl.event.Event.__repr__ tdl.event.Event-class.html#__repr__
tdl.event.MouseButtonEvent tdl.event.MouseButtonEvent-class.html
tdl.event.MouseButtonEvent.button tdl.event.MouseButtonEvent-class.html#button
tdl.event.MouseButtonEvent.pos tdl.event.MouseButtonEvent-class.html#pos
tdl.event.MouseButtonEvent.cell tdl.event.MouseButtonEvent-class.html#cell
tdl.event.Event.__repr__ tdl.event.Event-class.html#__repr__
tdl.event.Event.type tdl.event.Event-class.html#type
tdl.event.MouseButtonEvent.__init__ tdl.event.MouseButtonEvent-class.html#__init__
tdl.event.MouseDown tdl.event.MouseDown-class.html
tdl.event.MouseButtonEvent.button tdl.event.MouseButtonEvent-class.html#button
tdl.event.MouseButtonEvent.pos tdl.event.MouseButtonEvent-class.html#pos
tdl.event.MouseButtonEvent.cell tdl.event.MouseButtonEvent-class.html#cell
tdl.event.Event.__repr__ tdl.event.Event-class.html#__repr__
tdl.event.MouseDown.type tdl.event.MouseDown-class.html#type
tdl.event.MouseButtonEvent.__init__ tdl.event.MouseButtonEvent-class.html#__init__
tdl.event.MouseMotion tdl.event.MouseMotion-class.html
tdl.event.MouseMotion.cell tdl.event.MouseMotion-class.html#cell
tdl.event.MouseMotion.pos tdl.event.MouseMotion-class.html#pos
tdl.event.MouseMotion.motion tdl.event.MouseMotion-class.html#motion
tdl.event.Event.__repr__ tdl.event.Event-class.html#__repr__
tdl.event.MouseMotion.cellmotion tdl.event.MouseMotion-class.html#cellmotion
tdl.event.MouseMotion.type tdl.event.MouseMotion-class.html#type
tdl.event.MouseMotion.__init__ tdl.event.MouseMotion-class.html#__init__
tdl.event.MouseUp tdl.event.MouseUp-class.html
tdl.event.MouseButtonEvent.button tdl.event.MouseButtonEvent-class.html#button
tdl.event.MouseButtonEvent.pos tdl.event.MouseButtonEvent-class.html#pos
tdl.event.MouseButtonEvent.cell tdl.event.MouseButtonEvent-class.html#cell
tdl.event.Event.__repr__ tdl.event.Event-class.html#__repr__
tdl.event.MouseUp.type tdl.event.MouseUp-class.html#type
tdl.event.MouseButtonEvent.__init__ tdl.event.MouseButtonEvent-class.html#__init__
tdl.event.Quit tdl.event.Quit-class.html
tdl.event.Event.__repr__ tdl.event.Event-class.html#__repr__
tdl.event.Quit.type tdl.event.Quit-class.html#type
tdl.map.AStar tdl.map.AStar-class.html
tdl.map.AStar._callback tdl.map.AStar-class.html#_callback
tdl.map.AStar.__del__ tdl.map.AStar-class.html#__del__
tdl.map.AStar.get_path tdl.map.AStar-class.html#get_path
tdl.map.AStar._as_parameter_ tdl.map.AStar-class.html#_as_parameter_
tdl.map.AStar.__init__ tdl.map.AStar-class.html#__init__
tdl.map.Map tdl.map.Map-class.html
tdl.map.Map.__init__ tdl.map.Map-class.html#__init__
tdl.map.Map.fov tdl.map.Map-class.html#fov
tdl.map.Map.__contains__ tdl.map.Map-class.html#__contains__
tdl.map.Map.walkable tdl.map.Map-class.html#walkable
tdl.map.Map.__del__ tdl.map.Map-class.html#__del__
tdl.map.Map.__iter__ tdl.map.Map-class.html#__iter__
tdl.map.Map.compute_fov tdl.map.Map-class.html#compute_fov
tdl.map.Map.transparent tdl.map.Map-class.html#transparent
tdl.map.Map.compute_path tdl.map.Map-class.html#compute_path
tdl.noise.Noise tdl.noise.Noise-class.html
tdl.noise.Noise.__copy__ tdl.noise.Noise-class.html#__copy__
tdl.noise.Noise.__setstate__ tdl.noise.Noise-class.html#__setstate__
tdl.noise.Noise.__del__ tdl.noise.Noise-class.html#__del__
tdl.noise.Noise.getPoint tdl.noise.Noise-class.html#getPoint
tdl.noise.Noise.get_point tdl.noise.Noise-class.html#get_point
tdl.noise.Noise.__getstate__ tdl.noise.Noise-class.html#__getstate__
tdl.noise.Noise.__init__ tdl.noise.Noise-class.html#__init__