Warhorse ScripBind documentation
ContentsIndexHome
PreviousUpNext
C_ScriptBindGameCodeCoverage Methods

The methods of the C_ScriptBindGameCodeCoverage class are listed here.

 
Name 
Description 
 
Syntax: GameCodeCoverage.CheckNumCCCPointHits("ActorStance_OtherActorStartHorse"); 
 
Syntax: GameCodeCoverage.EnableReportUnwatched(true); 
 
This is GetMemoryUsage, a member of class C_ScriptBindGameCodeCoverage. 
 
Syntax: GameCodeCoverage.Reset(); 
 
Syntax: GameCodeCoverage.ResetCCCPointHitCounters("ActorStance_OtherActorStartHorse"); 
 
Syntax: GameCodeCoverage.SCCPOINT("MyPoint_ProximityTrigger_OnEntered"); 
 
Syntax: GameCodeCoverage.SCCPOINTID("MyPoint_ProximityTrigger_OnEntered", idx);
Same as SCCPOINT but will pas one additional user index to callback.
 
 
Syntax: GameCodeCoverage.WatchCCCPoint("ActorStance_OtherActorStartHorse", {}); 
Copyright (c) 2012. All rights reserved.