Page 1 of 1

Where did conversions_c move to?

Posted: Mon May 05, 2014 8:28 pm
by arawra
Was able to find PlayerGenerator and commands.ClientCommands, but this last one is eluding me...

Posted: Mon May 05, 2014 8:33 pm
by satoon101
All conversions are found in the players.helpers module and most of them are also in the entities.helpers module. The ones that are in players.helpers and not entities.helpers are the functions that are specific to "players" (ie playerinfo or userid involved).

We apologize for the lack of documentation. We are going to completely re-do the wiki, and that will take some time.

Posted: Mon May 05, 2014 9:32 pm
by L'In20Cible
Here is a list of where things has been moved:

Code: Select all

basetypes_c -> basetypes
bot_c -> bots
command_c -> _commands -> commands
constants_c -> constants
conversions_c -> _conversions -> players/entity.helpers
cvar_c -> _cvars -> cvars
datamap_c -> datamaps
dump_c -> _dump
effects_c -> _effects -> effects
engine_c -> engines
entity_c -> _entities -> entities
event_c -> _events -> events
globals -> globals
keyvalues_c -> _keyvalues -> keyvalues
listener_c -> listeners
mathlib_c -> mathlib
memory_c -> _memory -> memory
player_c -> _players -> players
recipientfilter_c -> _recipients -> filters.recipients
stringtables_c -> stringtables
tools_c -> tools
usermessage_c -> _messages -> messages