Update docs, remove deprecated macro

This commit is contained in:
phobos2077
2023-06-12 11:55:06 +02:00
parent 49cf0e6726
commit f222348b25
5 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1098,7 +1098,7 @@
opcode: 0x8251
- name: get_string_pointer
detail: int get_string_pointer(string text)
doc: Returns a pointer to a string variable or to a text.
doc: Returns a pointer to a string variable or to a text. DEPRECATED, just use normal strings instead.
macro: sfall.h
- name: string_format
detail: string string_format(string format, any val1, any val2, ...)