Difference between revisions of "DataFuncs"
Jump to navigation
Jump to search
(just a start, will continue soon.) |
(add more funcs) |
||
Line 14: | Line 14: | ||
|DataNextName | |DataNextName | ||
|TODO | |TODO | ||
|- | |||
|printf | |||
|DataPrintf | |||
|TODO | |||
|- | |||
|sprintf | |||
|DataSprintf | |||
|TODO | |||
|- | |||
|sprint | |||
|DataSprint | |||
|TODO | |||
|- | |||
|func | |||
|DataFuncObj::New | |||
|TODO | |||
|- | |||
|elem | |||
|DataGetElem | |||
|TODO | |||
|- | |||
|last_elem | |||
|DataGetLastElem | |||
|TODO | |||
|- | |||
|foreach | |||
|DataForEach | |||
|TODO | |||
|- | |||
|foreach_int | |||
|DataForEachInt | |||
|TODO | |||
|- | |||
|min | |||
|DataMin | |||
|TODO | |||
|- | |||
|max | |||
|DataMax | |||
|TODO | |||
|- | |||
|abs | |||
|DataAbs | |||
|TODO | |||
|} | |} | ||
==Resources== | ==Resources== | ||
* [https://github.com/DarkRTA/rb3/blob/fa6c17190b5dc0473a6cd7d5ede92a621f667e24/src/system/obj/DataFunc.cpp Decompiled RB3 DataFuncs.cpp] | * [https://github.com/DarkRTA/rb3/blob/fa6c17190b5dc0473a6cd7d5ede92a621f667e24/src/system/obj/DataFunc.cpp Decompiled RB3 DataFuncs.cpp] |
Revision as of 20:50, 7 October 2024
DataFuncs are DataNodes that do things (TODO)
List of RB3 DataFuncs
Symbol | DataFunc | Description |
---|---|---|
replace_object | DataReplaceObject | TODO |
next_name | DataNextName | TODO |
printf | DataPrintf | TODO |
sprintf | DataSprintf | TODO |
sprint | DataSprint | TODO |
func | DataFuncObj::New | TODO |
elem | DataGetElem | TODO |
last_elem | DataGetLastElem | TODO |
foreach | DataForEach | TODO |
foreach_int | DataForEachInt | TODO |
min | DataMin | TODO |
max | DataMax | TODO |
abs | DataAbs | TODO |