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 NwkVehicleMovementComponent

Public Member Functions

proto external bool IsInterpolating ()
 
proto external void EnableSimulation (bool enable)
 
proto external void EnableInterpolation (bool enable)
 
proto external bool IsInterpolationEnabled ()
 
- 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 ( )

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