Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
NwkMovementComponent.c
Go to the documentation of this file.
1/*
2===========================================
3Do not modify, this script is generated
4===========================================
5*/
6
11
15
17class NwkMovementComponent: GameComponent
18{
19 proto external void EnableSimulation(bool enable);
20 proto external void EnableInterpolation(bool enable);
21 proto external bool IsSimulationEnabled();
22 proto external bool IsInterpolationEnabled();
23 proto external bool IsInterpolating();
24}
25
proto external bool IsInterpolationEnabled()
proto external bool IsInterpolating()
proto external void EnableInterpolation(bool enable)
NwkMovementComponentClass GameComponentClass EnableSimulation(bool enable)
Base class for entity replication - e.g. vehicles, characters, animals.
proto external bool IsSimulationEnabled()