System ExecuteCommand

From CryWiki

Jump to: navigation, search

System.ExecuteCommand(string)

Description

Executes a console command

Arguments

  1. The command to execute


Example

Lua (example)
System.ExecuteCommand("save"); -- saves the current game


Personal tools