Environment:
|
Server
|
|
Function:
|
dostring_in
|
Added with: 2.5.0
|
|
Member Of:
|
net
|
Syntax:
|
string net.dostring_in(string state, string dostring )
|
Description:
|
Executes a lua string in a given lua environment in the game.
'config': the state in which $INSTALL_DIR/Config/main.cfg is executed, as well as $WRITE_DIR/Config/autoexec.cfg
used for configuration settings
'mission': holds current mission
'export': runs $WRITE_DIR/Scripts/Export.lua and the relevant export API
|
|
Return Value:
|
string
|
Return Example:
|
|
|
Examples:
|
|
Related Functions:
|
Network API: send_chat, send_chat_to, recv_chat, load_mission, load_next_mission, get_player_list, get_my_player_id, get_server_id, get_player_info, kick, get_stat, get_name, get_slot, set_slot, force_player_slot, lua2json, json2lua, dostring_in, log, trace
|
Notes:
|
|