![]() |
CTP2 Bureau The Modding Knowledgebase |
|
Apolyton CTP2 forums Apolyton CTP2 archives Source Code Project SVN |
![]() |
Search the site: |
SLIC-Reference :
|
Arguments: | player, delta, explain_id[, duration] | Type: | void |
Change the players global regard by delta |
Changes all players' regard for the player by delta. explain_id is a string id from dip2_str.txt (REGARD_EVENT_*), duration in turns is optional. |
SFN_ERROR Slic_ChangeGlobalRegard::Call(SlicArgList *args) { if (args->Count() < 3) return SFN_ERROR_NUM_ARGS; sint32 player; if(!args->GetPlayer(0, player)) return SFN_ERROR_TYPE_ARGS; Assert(player > 0); Assert(player < k_MAX_PLAYERS); sint32 delta; if(!args->GetInt(1, delta)) return SFN_ERROR_TYPE_ARGS; StringId explain; if(!args->GetStringId(2, explain)) return SFN_ERROR_TYPE_ARGS; sint32 duration; if(!args->GetInt(3, duration)) duration = -1; for (int i = 0; i < k_MAX_PLAYERS; i++) { if ( (g_player[i]) && (i != player) ) { Diplomat::GetDiplomat(i).LogRegardEvent( player, delta, REGARD_EVENT_SCENARIO, explain, static_cast |
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.
*) Required fields
![]() |
This site is currently maintained by: BureauBert (Webmaster) Maquiladora (Manager) Legal Notice: Legal Notice Statistics: 102496 unique users since 02.05.2004 (» Site Statistics) Hosted by: WebhostOne |