Arma Reforger Explorer
1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Toggle main menu visibility
Loading...
Searching...
No Matches
SCR_BIKIBulletHelper.c
Go to the documentation of this file.
1
class
SCR_BIKIBulletHelper
2
{
3
//------------------------------------------------------------------------------------------------
6
static
float
GetInitialSpeed(notnull
BaseContainer
bulletContainer)
7
{
8
IEntityComponentSource
shellMoveComponentSource =
SCR_BaseContainerTools
.FindComponentSource(bulletContainer,
ShellMoveComponent
);
9
if
(!shellMoveComponentSource)
10
return
0;
11
12
float
result;
13
shellMoveComponentSource.Get(
"InitSpeed"
, result);
14
return
result;
15
}
16
}
BaseContainer
Definition
BaseContainer.c:13
IEntityComponentSource
Definition
IEntityComponentSource.c:13
SCR_BIKIBulletHelper
Definition
SCR_BIKIBulletHelper.c:2
SCR_BaseContainerTools
Definition
SCR_BaseContainerTools.c:4
ShellMoveComponent
Definition
ShellMoveComponent.c:13
scripts
WorkbenchGame
ResourceManager
BIKI
Helpers
SCR_BIKIBulletHelper.c
Generated by
1.17.0