Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames

tmod.tmodProjectileChaingun

Modifiers
config ( tribesmodSettings )

tmod.tmodProjectileChaingun

Variables Summary
floatdamage
floatheatPeriod
floatmaxSpread
floatminSpread
floatprojectileInheritedVelFactor
floatprojectileVelocity
floatprojLifeSpan
floatroundsPerSecond
floatspeedCooldownFactor
floatspinPeriod

Functions Summary
function PreBeginPlay ()))
function ProjectileTouch (Actor Other, vector TouchLocation, vector TouchNormal)
function ProjTest ()))
function SetProperties ()))


Variables Detail

damage Source code

var config float damage;
Time Stamp: 15-04-15 13:37:10

heatPeriod Source code

var config float heatPeriod;

maxSpread Source code

var config float maxSpread;

minSpread Source code

var config float minSpread;

projectileInheritedVelFactor Source code

var config float projectileInheritedVelFactor;

projectileVelocity Source code

var config float projectileVelocity;

projLifeSpan Source code

var config float projLifeSpan;

roundsPerSecond Source code

var config float roundsPerSecond;

speedCooldownFactor Source code

var config float speedCooldownFactor;

spinPeriod Source code

var config float spinPeriod;


Functions Detail

PreBeginPlay Source code

simulated function PreBeginPlay ( ) )

ProjectileTouch Source code

simulated function ProjectileTouch ( Actor Other, vector TouchLocation, vector TouchNormal )
Unregistered hit fix. From NRBgone.

ProjTest Source code

function ProjTest ( ) )

SetProperties Source code

simulated function SetProperties ( ) )


Defaultproperties

defaultproperties
{
    damage=4.000000
    lifeSpan=1.100000
    
    projectileVelocity=32000.000000
    projectileInheritedVelFactor=1.000000
    roundsPerSecond=7.500000
    spinPeriod=0.050000
    speedCooldownFactor=0.002000
    heatPeriod=7.000000
    maxSpread=2.000000
    minSpread=0.400000
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: st 23.5.2018 00:10:35.667 - Created with UnCodeX