Difference between revisions of "cameraEffect"
Jump to navigation
Jump to search
Krzmbrzl00 (talk | contribs) m (format) |
Killzone Kid (talk | contribs) |
||
Line 75: | Line 75: | ||
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]] | [[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]] | ||
[[Category:Scripting_Commands_Take_On_Helicopters|{{uc:{{PAGENAME}}}}]] | [[Category:Scripting_Commands_Take_On_Helicopters|{{uc:{{PAGENAME}}}}]] | ||
+ | |||
+ | <!-- CONTINUE Notes --> | ||
+ | <dl class="command_description"> | ||
+ | <dd class="notedate">Posted on October 30, 2016 - 16:40 (UTC)</dd> | ||
+ | <dt class="note">[[User:Killzone Kid|Killzone Kid]]</dt> | ||
+ | <dd class="note"> | ||
+ | Types of camera for [[Description.ext#CfgCameraEffects|CfgCameraEffects]] config: | ||
+ | * CamExternal (CamInterpolated) <tt>type <nowiki>=</nowiki> 0;</tt> // linked directly with object | ||
+ | * CamStatic <tt>type <nowiki>=</nowiki> 1;</tt> // fixed point in space | ||
+ | * CamStaticWithZoom <tt>type <nowiki>=</nowiki> 2;</tt> // fixed point in space | ||
+ | * CamChained <tt>type <nowiki>=</nowiki> 3;</tt> // chained | ||
+ | * CamTerminate <tt>type <nowiki>=</nowiki> 4;</tt> // terminate | ||
+ | * CamInternal <tt>type <nowiki>=</nowiki> 5;</tt> // internal view | ||
+ | </dd> | ||
+ | </dl> | ||
+ | <!-- DISCONTINUE Notes --> |
Revision as of 18:40, 30 October 2016
Notes
Bottom Section
- Posted on October 30, 2016 - 16:40 (UTC)
- Killzone Kid
-
Types of camera for CfgCameraEffects config:
- CamExternal (CamInterpolated) type = 0; // linked directly with object
- CamStatic type = 1; // fixed point in space
- CamStaticWithZoom type = 2; // fixed point in space
- CamChained type = 3; // chained
- CamTerminate type = 4; // terminate
- CamInternal type = 5; // internal view