Skip to main content
grammar and punctuation; removed blacklisted engine tag
Source Link
Gnemlock
  • 5.3k
  • 5
  • 30
  • 60

How cando I get a list of all available entities in a Source engine game?

How cando I get a list of all available entities in a Source engine game?

There is only one exported function in the server DLL - CreateInterface,CreateInterface - so it's not an option. In GoldSrc games, the server DLL features all entities as exported functions.

How can I get a list of all available entities in a Source engine game?

How can I get a list of all available entities in a Source engine game?

There is only one exported function in server DLL - CreateInterface, so it's not an option. In GoldSrc games server DLL features all entities as exported functions.

How do I get a list of all available entities in a Source engine game?

How do I get a list of all available entities in a Source engine game?

There is only one exported function in the server DLL - CreateInterface - so it's not an option. In GoldSrc games, the server DLL features all entities as exported functions.

Source Link
Triang3l
  • 606
  • 4
  • 15

How can I get a list of all available entities in a Source engine game?

How can I get a list of all available entities in a Source engine game?

There is only one exported function in server DLL - CreateInterface, so it's not an option. In GoldSrc games server DLL features all entities as exported functions.