Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_BaseLockComponent.c File Reference

Go to the source code of this file.

Classes

class  SCR_BaseLockComponentClass

Functions

void SetLocked (bool locked)
override void OnPostInit (IEntity owner)
 Editable Mine.
override void EOnInit (IEntity owner)
LocalizedString GetCannotPerformReason (IEntity user)
bool IsLocked (IEntity user, BaseCompartmentSlot compartmentSlot)

Variables

SCR_BaseLockComponentClass m_pVehicleSpawnProtection
bool m_bIsLocked

Function Documentation

◆ GetCannotPerformReason()

LocalizedString GetCannotPerformReason ( IEntity user)
protected
Parameters
[in]user
Returns

Definition at line 35 of file SCR_BaseLockComponent.c.

◆ IsLocked()

bool IsLocked ( IEntity user,
BaseCompartmentSlot compartmentSlot )
protected
Parameters
[in]user
[in]compartmentSlot
Returns

Definition at line 48 of file SCR_BaseLockComponent.c.

◆ SetLocked()

void SetLocked ( bool locked)
protected

Definition at line 14 of file SCR_BaseLockComponent.c.

Variable Documentation

◆ m_bIsLocked

bool m_bIsLocked
protected

Definition at line 11 of file SCR_BaseLockComponent.c.

◆ m_pVehicleSpawnProtection

SCR_BaseLockComponentClass m_pVehicleSpawnProtection