SetForceNetworkableId Property

Usage:
   NetworkableInfo.SetForceNetworkableId boolean

Argument values:

argument 1:    1; most commonly 1

This property is not a part of any defined type of object.

Used in a total of 2 .con files: Network.con

Parent directory of these .con files: objects/HandWeapons

Example: (from objects/HandWeapons/Common/Network.con)
   NetworkableInfo.CreateNewInfo ProjectileInfo
   NetworkableInfo.SetPredictionMode PMLinear
   NetworkableInfo.CreateNewInfo HandFireArmsInfo
   NetworkableInfo.SetPredictionMode PMNone
   NetworkableInfo.SetForceNetworkableId 1
   NetworkableInfo.CreateNewInfo SpyProjectileInfo
   NetworkableInfo.SetPredictionMode PMLinear
   NetworkableInfo.SetBasePriority c_NIGhostAlways


Go to the NetworkableInfo properties list page, NetworkableInfo page, All Properties list, or Main scripting page.