Edited the log messages in LoadOrder.cpp

Cleaned up some module headers.

Updated version number in documents.

Updated changelog in sslc document, and removed the mention about
empty statements (it never worked).
This commit is contained in:
NovaRain
2023-06-21 22:21:12 +08:00
parent 3a3760704c
commit 3b29088818
13 changed files with 22 additions and 38 deletions
+1 -1
View File
@@ -1112,7 +1112,7 @@
detail: int get_string_pointer(string text)
doc: |
(DEPRECATED) Returns a pointer to a string variable or to a text
- __NOTE:__ this function is intended for use only in `HOOK_DESCRIPTIONOBJ`. Starting from sfall 4.3.9/3.8.39, you can return normal strings directly in the hook without calling the function
- __NOTE:__ this function is intended for use only in `HOOK_DESCRIPTIONOBJ`. Starting from sfall 4.4/3.8.40, you can return normal strings directly in the hook without calling the function
macro: sfall.h
- name: string_format
detail: string string_format(string format, any val1, any val2, ...)