Alef – User

From Bohemia Interactive Community
Jump to navigation Jump to search
Line 30: Line 30:
==links==
==links==
| [[:Category:Scripting Commands ArmA2]] | [[:Category:ArmA Classes]] | [[ArmA:_Startup_Parameters]] | [[Converting_position_to_map_grid]] | [[ArmA:_Moves]] | [[6thSense.eu:EG|Sickboy's MP]] | [[raP_File_Format_-_Elite]] | [[ArmA:_Default_Files]] |
| [[:Category:Scripting Commands ArmA2]] | [[:Category:ArmA Classes]] | [[ArmA:_Startup_Parameters]] | [[Converting_position_to_map_grid]] | [[ArmA:_Moves]] | [[6thSense.eu:EG|Sickboy's MP]] | [[raP_File_Format_-_Elite]] | [[ArmA:_Default_Files]] |
[[CMB:SimplifyTesting]] | [[ArmA:STOVL]] | [http://www.armatechsquad.com/ArmA2Class/ Visual library] | [http://forums.bistudio.com/showthread.php?t=73424 How to make a basic Briefing in ArmA 2] | [[:Category:ArmA_2: Editor Modules]]
[http://www.ofpec.com/forum/index.php?topic=33539 dumpConfig] | [[CMB:SimplifyTesting]] | [[ArmA:STOVL]] | [http://www.armatechsquad.com/ArmA2Class/ Visual library] | [http://forums.bistudio.com/showthread.php?t=73424 How to make a basic Briefing in ArmA 2] | [[:Category:ArmA_2: Editor Modules]]

Revision as of 15:01, 23 December 2009

own stuff

object references

  • vehicleVarName obj -> string
  • obj setVehicleVarName string
  • objects may be allocated without any name, MP slots too (?)
  • player is a pointer to a Unit, "isPlayer unit" is true also in MP, not while JIP
  • Team_Switch functions will change the player pointer to another unit
  • setVariable add a name/value pair to an object address space
    • what happens if executed with public=true on a createVehicleLocal'd object ?
  • dead bodies of respawning units have the same vehicleName of the player

vehicles assigments

assignAsDriver - aG eG

moveInDriver - aL eG

unassignVehicle - aL

assignedVehicle - aL

assignedVehicleRole - aL

subpages

Radio_command_chart | ArmA_Linux_Server | arma.pie | MP_testenv | nocdkey | modmixer | Difficulties | stringtable.csv | JIP

links

| Category:Scripting Commands ArmA2 | Category:ArmA Classes | ArmA:_Startup_Parameters | Converting_position_to_map_grid | ArmA:_Moves | Sickboy's MP | raP_File_Format_-_Elite | ArmA:_Default_Files | dumpConfig | CMB:SimplifyTesting | ArmA:STOVL | Visual library | How to make a basic Briefing in ArmA 2 | Category:ArmA_2: Editor Modules