SLIC-Reference : GodMode
CTP2 Bureau
The Modding
Knowledgebase
Apolyton CTP2 forums
Apolyton CTP2 archives
Source Code Project SVN

SLIC-Reference : : GodMode  

Arguments: onoff Type: void

Turn God mode on (onoff = 1) or off (onoff = 0)

Toggles god mode (whole map and all units visible) on (onoff=1) or off (onoff=0) (the equivalent of the Show Map button in the editor).

Source:

SFN_ERROR Slic_GodMode::Call(SlicArgList *args)
{
	if(args->Count() != 1)
		return SFN_ERROR_NUM_ARGS;

	extern sint32 g_god;
	extern sint32 g_fog_toggle;

	sint32 on;
	if(!args->GetInt(0, on))
		return SFN_ERROR_TYPE_ARGS;

	g_god = on;
	g_fog_toggle = on;
	return SFN_ERROR_OK;
}

Information last updated by BureauBert on 23.11.2010

User Comments:

Using this form you may add your own observations concerning the above item, e.g. additional hints for usage, limitations, oddities etc. Please note this is not the place for asking questions or carrying out discussions about modding - please refer to the Apolyton CTP2 Modification Forum on that purpose.

Subject / Title*:
Text:*
(A maximum of characters left)
Your name:*
Your website (URL):

*) Required fields

No user comments yet.

  Administration
This site is currently maintained by: BureauBert (Webmaster)  Maquiladora (Manager)  Legal Notice: Legal Notice Statistics: 117907 unique users since 02.05.2004 (» Site Statistics) Hosted by: WebhostOne
Share this page:  VK Facebook Twitter LiveJournal OK MR Google+ LinkedIn tumblr Pinterest Blogger Digg Evernote