MCPcopy Create free account

hub / github.com/afolmert/libtcod-go / functions

Functions776 in github.com/afolmert/libtcod-go

↓ 60 callersMethodAddWidget
(w IWidget)
tcod/gui.go:689
↓ 44 callersFunctionIf
(condition bool, tv, fv interface{})
tcod/tcod.go:119
↓ 39 callersMethodSetDefaultBackground
(col, colFocus Color)
tcod/gui.go:103
↓ 39 callersMethodSetDefaultForeground
(col, colFocus Color)
tcod/gui.go:104
↓ 37 callersFunctiontoBool
Bool handling
tcod/tcod.go:199
↓ 35 callersMethodPrintEx
(x, y int, flag BkgndFlag, alignment Alignment, fmts string, v ...interface{})
tcod/tcod.go:529
↓ 34 callersFunctionfromBool
(b bool)
tcod/tcod.go:207
↓ 31 callersMethodClear
()
tcod/tcod.go:520
↓ 31 callersFunctionfromColor
(c Color)
tcod/tcod.go:296
↓ 30 callersMethodPutChar
(x, y, c int, flag BkgndFlag)
tcod/tcod.go:526
↓ 29 callersMethodrunInternal
()
hmtool/main.go:552
↓ 28 callersMethodSetCallback
(callback SliderCallback, data interface{})
tcod/gui.go:1540
↓ 27 callersFunctionpeekOperation
(l list.List)
hmtool/main.go:364
↓ 26 callersMethodGetHeight
()
tcod/gui.go:89
↓ 26 callersMethodGetWidth
()
tcod/gui.go:87
↓ 26 callersMethodNewSlider
(x, y, w int, min, max float32, label string, tip string)
tcod/gui.go:1457
↓ 26 callersMethodreseed
()
hmtool/main.go:494
↓ 25 callersMethodSetValue
(value float32)
tcod/gui.go:1549
↓ 24 callersMethodGetInt
()
tcod/tcod.go:2340
↓ 22 callersMethodSetCharBackground
(x, y int, color Color, flag BkgndFlag)
tcod/tcod.go:523
↓ 22 callersFunctionrestore
()
hmtool/main.go:1831
↓ 22 callersFunctiontoColor
(c C.TCOD_color_t)
tcod/tcod.go:303
↓ 18 callersMethodRight
()
tcod/tcod.go:1303
↓ 17 callersMethodLeft
()
tcod/tcod.go:1299
↓ 17 callersMethodSetVisible
(visible bool)
tcod/gui.go:100
↓ 16 callersMethodBlit
(xSrc, ySrc, wSrc, hSrc int, dst IConsole, xDst, yDst int, foregroundAlpha, backgroundAlpha float32)
tcod/tcod.go:545
↓ 16 callersMethodaddCode
add some code to the generated code
hmtool/main.go:519
↓ 14 callersMethodRegister
(w IWidget)
tcod/gui.go:139
↓ 12 callersMethodRect
(x, y, w, h int, clear bool, flag BkgndFlag)
tcod/tcod.go:537
↓ 11 callersMethodNewButton
(label string, tip string, callback WidgetCallback, userData interface{})
tcod/gui.go:486
↓ 10 callersMethodIsVisible
()
tcod/gui.go:79
↓ 10 callersMethodLerp
(c2 Color, coef float32)
tcod/tcod.go:348
↓ 10 callersMethodSetFormat
(fmt string)
tcod/gui.go:1545
↓ 10 callersMethodinitializeWidget
Multiple dispatch: self
tcod/gui.go:259
↓ 9 callersMethodAddProperty
(name string, valueType ParserValueType, mandatory bool)
tcod/tcod.go:2044
↓ 9 callersFunctionSysElapsedSeconds
()
tcod/tcod.go:1073
↓ 9 callersFunctionSysSetFps
(val int)
tcod/tcod.go:1099
↓ 9 callersMethodadd
run self operation and adds it in the list
hmtool/main.go:524
↓ 9 callersFunctionaddOperationButton
(tools *tcod.ToolBar, opType OpType, callback tcod.WidgetCallback)
hmtool/main.go:2089
↓ 8 callersFunctionNewConsole
(w, h int)
tcod/tcod.go:558
↓ 8 callersMethodPrint
(x, y int, fmts string, v ...interface{})
tcod/tcod.go:528
↓ 8 callersMethodSetName
(name string)
tcod/gui.go:944
↓ 8 callersMethodaddInitCode
add a global variable or a function to the generated code
hmtool/main.go:512
↓ 8 callersFunctionmin
(a, b int)
sample/main.go:45
↓ 7 callersMethodGetChar
(x, y int)
tcod/tcod.go:541
↓ 7 callersMethodGetCurrentColors
()
tcod/gui.go:107
↓ 7 callersMethodSetValue
(label string)
tcod/gui.go:1092
↓ 7 callersMethodgetButton
()
hmtool/main.go:556
↓ 7 callersMethodinitializeOperation
(opType OpType)
hmtool/main.go:566
↓ 7 callersFunctionmessage
(delay float32, fmts string, v ...interface{})
hmtool/main.go:1812
↓ 6 callersMethodBlitRect
(console *Console, x, y, w, h int, flag BkgndFlag)
tcod/tcod.go:1770
↓ 6 callersMethodGetEx
(f FloatArray, noiseType NoiseType)
tcod/tcod.go:2233
↓ 6 callersFunctionNewNoiseWithOptions
(dimensions int, hurst float32, lacunarity float32, random *Random)
tcod/tcod.go:2229
↓ 6 callersMethodNewRadioButton
(label string, tip string, callback WidgetCallback, userData interface{})
tcod/gui.go:1355
↓ 6 callersMethodPrintRectEx
(x, y, w, h int, flag BkgndFlag, alignment Alignment, fmts string, v ...interface{})
tcod/tcod.go:531
↓ 6 callersMethodSelect
()
tcod/gui.go:1415
↓ 6 callersMethodSetCharForeground
(x, y int, color Color)
tcod/tcod.go:524
↓ 6 callersFunctioncos
(f float32)
sample/main.go:25
↓ 6 callersFunctionmax
(a, b int)
sample/main.go:63
↓ 6 callersFunctionnewRandom
(data C.TCOD_random_t)
tcod/tcod.go:1937
↓ 5 callersMethodComputeSize
()
tcod/gui.go:80
↓ 5 callersFunctionMouseShowCursor
(visible bool)
tcod/tcod.go:494
↓ 5 callersMethodPutPixel
(x, y int, color Color)
tcod/tcod.go:1760
↓ 5 callersMethodRender
(w IWidget)
tcod/gui.go:82
↓ 5 callersMethodUpdate
(w IWidget, k Key)
tcod/gui.go:81
↓ 5 callersFunctioninitColors
Main program
hmtool/main.go:1735
↓ 4 callersMethodGetValue
()
tcod/tcod.go:390
↓ 4 callersMethodGetY
()
tcod/gui.go:85
↓ 4 callersMethodNewLabelWithTip
(x, y int, label string, tip string)
tcod/gui.go:1067
↓ 4 callersMethodNewToolBarWithWidth
(x, y, w int, name, tip string)
tcod/gui.go:896
↓ 4 callersMethodNewVBox
(x, y, padding int)
tcod/gui.go:739
↓ 4 callersMethodRegisterStruct
(name string)
tcod/tcod.go:2106
↓ 4 callersMethodSetProperties
change a cell properties
tcod/tcod.go:1224
↓ 4 callersMethodSetSensitivity
(sensitivity float32)
tcod/gui.go:1554
↓ 4 callersFunctionSysElapsedMilliseconds
()
tcod/tcod.go:1069
↓ 4 callersFunctionSysGetLastFrameLength
()
tcod/tcod.go:1107
↓ 4 callersFunctionabs
(i int)
sample/main.go:97
↓ 4 callersFunctionatoi
(s string)
sample/main.go:29
↓ 4 callersMethodbuildCode
generate the code corresponding to the list of operations
hmtool/main.go:421
↓ 4 callersMethodcreateParamUi
()
hmtool/main.go:554
↓ 4 callersMethodgetOpType
()
hmtool/main.go:558
↓ 4 callersMethodinitializeButton
(x, y, width, height int, label string, tip string, callback WidgetCallback, userData interface{})
tcod/gui.go:498
↓ 3 callersMethodAddListProperty
(name string, valueType ParserValueType, mandatory bool)
tcod/tcod.go:2051
↓ 3 callersMethodAddSeparatorWithTip
(txt string, tip string)
tcod/gui.go:954
↓ 3 callersFunctionClampF
(a, b, x float32)
tcod/tcod.go:131
↓ 3 callersMethodContains
(x, y int)
tcod/tcod.go:1498
↓ 3 callersMethodDraw
(console IConsole)
sample/asciiart.go:173
↓ 3 callersMethodGetCharBackground
(x, y int)
tcod/tcod.go:521
↓ 3 callersMethodGetCharForeground
(x, y int)
tcod/tcod.go:522
↓ 3 callersMethodGetFbmEx
(f FloatArray, octaves float32, noiseType NoiseType)
tcod/tcod.go:2241
↓ 3 callersMethodGetFloat
()
tcod/tcod.go:2344
↓ 3 callersMethodGetMouseIn
()
tcod/gui.go:95
↓ 3 callersMethodGetMouseL
()
tcod/gui.go:97
↓ 3 callersMethodGetTurbulenceEx
(f FloatArray, octaves float32, noiseType NoiseType)
tcod/tcod.go:2246
↓ 3 callersMethodGetX
()
tcod/gui.go:83
↓ 3 callersMethodIsKeyboardFocused
(w IWidget)
tcod/gui.go:192
↓ 3 callersMethodLighten
HSV transformations
tcod/tcod.go:356
↓ 3 callersFunctionMouseGetStatus
()
tcod/tcod.go:490
↓ 3 callersFunctionNewAddLevelOperation
(level float32)
hmtool/main.go:1111
↓ 3 callersMethodNormalize
()
tcod/tcod.go:1607
next →1–100 of 776, ranked by callers