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

SLIC-Reference : : AddOrder  

Arguments: unit, location Type: void

Tell the given unit to execute the order that was previously set in the context

Source:

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

	Unit unit;
	if(!args->GetUnit(0, unit)) {
		return SFN_ERROR_TYPE_BUILTIN;
	}

	if(!g_theUnitPool->IsValid(unit)) {
		
		
		return SFN_ERROR_OK;
	}

	MapPoint pos;
	if(!args->GetPos(1, pos))
		return SFN_ERROR_TYPE_BUILTIN;

	MapPoint oldPos;
	unit.GetPos(oldPos);

	
	

	Army army = unit.GetArmy();
	if(!g_theArmyPool->IsValid(army)) {
		return SFN_ERROR_OK;
	}

	UNIT_ORDER_TYPE order = UNIT_ORDER_NONE;
	if(g_slicEngine->GetContext()->GetNumOrders() > 0) {
		order = g_slicEngine->GetContext()->GetOrder(0);
	} 
	if(order == UNIT_ORDER_NONE)
		order = UNIT_ORDER_MOVE_TO;

	if(order == UNIT_ORDER_MOVE_TO || order == UNIT_ORDER_MOVE) {
		MapPoint curPos;
		army.GetPos(curPos);
		if(pos == curPos)
			
			
			return SFN_ERROR_OK;

		if(!pos.IsNextTo(curPos)) {
			g_selected_item->EnterMovePath(army.GetOwner(), army,
										   curPos, pos);
			return SFN_ERROR_OK;
		} else if(order == UNIT_ORDER_MOVE) {
			
			order = UNIT_ORDER_MOVE_TO;
		}
	}

	army.AddOrders(order, pos);
	return SFN_ERROR_OK;
}

Information last updated by BureauBert on 26.06.2009

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: 123832 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