C# Class net.sf.robocode.peer.@__IRobotStatics

Inheritance: global::java.lang.Object, global::net.sf.robocode.peer.IRobotStatics
Show file Open project: f13mash/roboyuddh

Public Methods

Method Description
isAdvancedRobot ( ) : bool
isInteractiveRobot ( ) : bool
isPaintRobot ( ) : bool
isTeamRobot ( ) : bool

Private Methods

Method Description
@__IRobotStatics ( global @__env )
@__Init ( global @__env, global @__class ) : global::System.Collections.Generic.List
InitJNI ( global @__env, java @__class ) : void
isAdvancedRobot2 ( global @__envp, global @__obj ) : bool
isInteractiveRobot0 ( global @__envp, global @__obj ) : bool
isPaintRobot1 ( global @__envp, global @__obj ) : bool
isTeamRobot3 ( global @__envp, global @__obj ) : bool

Method Details

isAdvancedRobot() public method

public isAdvancedRobot ( ) : bool
return bool

isInteractiveRobot() public method

public isInteractiveRobot ( ) : bool
return bool

isPaintRobot() public method

public isPaintRobot ( ) : bool
return bool

isTeamRobot() public method

public isTeamRobot ( ) : bool
return bool