Function Reference - HWRM/KarosGraveyard GitHub Wiki

⚠️ This list is not being updated. Use the wiki search instead.

You should use the search functionality to see an up-to-date list of pages! Please read Tutorial; Navigating Karos Graveyard.


List of functions regardless of scope (the environment) for Homeworld Remastered.

Please note that this list is NOT EXHAUSTIVE! For a list of all globals for a given scope, run the code:

for k, v in globals() do
  print(k .. ":\t" .. tostring(v));
end

⚠️ This list is not being updated. Use the wiki search instead.


#

A

B

C

D

E

F

G

H

I

K

L

M

N

O

P

R

S

T

U

V

W

Related Pages

  • HWRM Functions List A partial list of functions on Gearbox forums, that is being incorporated into this wiki page.

Comments

If you open up "Homeworld2.exe" in a text-editor, you'll find all the functions listed, along with their error messages. You could use this information to determine what arguments the remaining functions take. Note, that some arguments return the same error message.

--Mikali (2004-04-05 16:45:08)

Also, if you call a function with an incorrect number of arguments, an error message will be returned informing ou of this. Just keep calling the function with a different number of arguments (starting at 0), until this error message is not returned. As far as I know, only global some LUA functions can be called with a variable number of arguments. Therefore, you don't have to worry about functions that could be called with, for instance, two or three arguments. Also, I think the error messages are listed in the correct order.

--Mikali (2004-04-05 16:51:04)

Page Status

Updated Formatting? Yes
Updated for HWRM? Partially