GroundVehicle.InShadow() Method

Top 

Description

Only the Vehicle's CentralBody will be considered in shadow calculations.

 

Timing Precision Mode

This page describes functionality in nanosecond timing precision mode.

Click here to see the documentation for this object in millisecond timing precision mode.

 

Method Signature

GroundVehicle.InShadow(

)

 

 

Return Value

Type:

boolean

 

 

Returns a value of 1 when the Vehicle is in shadow and a 0 if it is not.

 

Syntax

myVariable1 = myGroundVehicle1.InShadow();

 

 

See also

GroundVehicle Object

GroundVehicle.InShadow