CanCreateWorldProjectileUsage​Called when the item creates a projectile in the worldReturn a non-null value to override default behaviorExamples​""object CanCreateWorldProjectile(HitInfo info, ItemDefinition itemDef){ Puts("CanCreateWorldProjectile works!"); return null;}Copy