Fallout2 Opcode Playground

Opcodes: 8000-801F, 8020-803F, 8040-805F,
8060-807F, 8080-809F, 80A0-80BF, 80C0-80DF,
80E0-80FF, 8100-811F, 8120-813F, 8140-8155
 
List Opcodes:Used in Fallout 2Named
Known to DecompilerDescribed

Descriptions for 8105

Opcode8105, GetStr
>> subfunction   GetStr

Author: Wasteland Ghost

08.02.05 15:13:11

Синтаксис оригинального компилятора:
char* message_str(int msg_list, int msg_num) - возвращает строку сообщения по номеру файла msg
Аргументы:
msg_list - номер файла msg
msg_num - номер строки в файле msg
Возвращаемое значение:
строка сообщения
Author: legacy information

25.06.02 14:57:41

GetStr(scrnum,strnum) Returns a string from a file.
  • scrnum - the .msg file number to get the string from.
  • strnum - the number of the string to get (this will be the first number in the line in the msg file (Example, for {102}{}{This is a string}, the number would be 102 for the string 'This is a string').

    c Temaperacl, from Duck And Cover forum

  • Author: legacy information

    22.06.02 13:29:01

    8105 - возвращает строку по двум аргументам - номеру msg-файла и номеру строки в нем.