Arma Reforger Script API
Loading...
Searching...
No Matches
NwkMovementComponent Interface Reference

Base class for entity replication - e.g. vehicles, characters, animals. More...

Inheritance diagram for NwkMovementComponent:
GameComponent NwkBufferedCarMovementComponent NwkCarMovementComponent NwkHeliMovementComponent NwkPhysicsMovementComponent NwkSimpleMovementComponent NwkTrackedMovementComponent NwkVehicleMovementComponent

Public Member Functions

proto external void EnableSimulation (bool enable)
 
proto external void EnableInterpolation (bool enable)
 
proto external bool IsSimulationEnabled ()
 
proto external bool IsInterpolationEnabled ()
 
proto external bool IsInterpolating ()
 
- Public Member Functions inherited from GameComponent
bool OnTicksOnRemoteProxy ()
 

Detailed Description

Base class for entity replication - e.g. vehicles, characters, animals.

Member Function Documentation

◆ EnableInterpolation()

proto external void NwkMovementComponent.EnableInterpolation ( bool enable)

◆ EnableSimulation()

proto external void NwkMovementComponent.EnableSimulation ( bool enable)

◆ IsInterpolating()

proto external bool NwkMovementComponent.IsInterpolating ( )

◆ IsInterpolationEnabled()

proto external bool NwkMovementComponent.IsInterpolationEnabled ( )

◆ IsSimulationEnabled()

proto external bool NwkMovementComponent.IsSimulationEnabled ( )

The documentation for this interface was generated from the following file: