Package | Description |
---|---|
usp.ime.gclib.hit | |
usp.ime.gclib.net.communication | |
usp.ime.gclib.net.protocol |
Modifier and Type | Method and Description |
---|---|
TargetRestrictions |
HitCalculations.getTargetRestrictions() |
Modifier and Type | Method and Description |
---|---|
void |
HitCalculations.setTargetRestrictions(TargetRestrictions targetRestrictions) |
Modifier and Type | Method and Description |
---|---|
int |
CommunicationSocket.acceptListener(IReceiveListener listener,
Device receiverDevice,
TargetRestrictions targetRestrictions)
This method is used to receive a message from another device.
|
Modifier and Type | Method and Description |
---|---|
TargetRestrictions |
LibConfigurationObject.getTargetRestrictions() |
Modifier and Type | Method and Description |
---|---|
void |
LibConfigurationObject.setTargetRestrictions(TargetRestrictions targetRestrictions) |
Constructor and Description |
---|
LibConfigurationObject(TargetRestrictions targetRestrictions,
ShootingRestrictions shootRestrictions)
If these objects are null then the defaults values will be used.
|