User contributions
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)
- 15:32, 14 November 2017 (diff | hist) . . (+1,235) . . N Alignment editor (Created page with "To edit alignments you can use our new Alignment Manager tool. 1. Load the Mod you want to edit alignments.lsx in. You can edit the alignment file of the current opened mod a...")
- 15:31, 14 November 2017 (diff | hist) . . (+42) . . N File:Relations.PNG (The relations tab of the alignment editor.)
- 15:30, 14 November 2017 (diff | hist) . . (+41) . . N File:Entities.PNG (The entities tab of the alignment editor.) (current)
- 15:29, 14 November 2017 (diff | hist) . . (+21) . . N File:Alignments.PNG (The alignment editor.) (current)
- 15:27, 14 November 2017 (diff | hist) . . (+33) . . N File:Alignments-Bar.png (Location of the alignment editor.) (current)
- 14:52, 14 November 2017 (diff | hist) . . (+39) . . Osiris/API/CharacterAddTalent
- 14:52, 14 November 2017 (diff | hist) . . (+39) . . Osiris/API/CharacterRemoveTalent
- 14:52, 14 November 2017 (diff | hist) . . (+39) . . Osiris/API/CharacterHasTalent
- 14:50, 14 November 2017 (diff | hist) . . (+106) . . Osiris/API/CharacterLockedTalent
- 14:35, 14 November 2017 (diff | hist) . . (+601) . . N Osiris/API/CharacterLockedTalent (Created page with "===== Full Definition(s) ===== * event '''CharacterLockedTalent'''(''(CHARACTERGUID)'''''_Character''', ''(STRING)'''''__Talent''') ===== Description ===== Is thrown when a ch...")
- 14:35, 14 November 2017 (diff | hist) . . (+38) . . Osiris/API/CharacterUnlockedTalent
- 14:34, 14 November 2017 (diff | hist) . . (+2) . . Osiris/API/CharacterUnlockedTalent
- 14:33, 14 November 2017 (diff | hist) . . (+560) . . N Osiris/API/CharacterUnlockedTalent (Created page with "===== Full Definition(s) ===== * event '''CharacterUnlockedTalent'''(''(CHARACTERGUID)'''''_Character''', ''(STRING)'''''__Talent''') ===== Description ===== Is thrown when a...")
- 14:25, 14 November 2017 (diff | hist) . . (+517) . . N Osiris/API/CharacterRemoveTalent (Created page with "===== Full Definition(s) ===== * call '''CharacterRemoveTalent'''(''(CHARACTERGUID)'''''_Character''', ''(STRING)'''''_Talent''') ===== Description ===== Removes '''_Talent'''...")
- 14:24, 14 November 2017 (diff | hist) . . (+512) . . N Osiris/API/CharacterAddTalent (Created page with "===== Full Definition(s) ===== * call '''CharacterAddTalent'''(''(CHARACTERGUID)'''''_Character''', ''(STRING)'''''_Talent''') ===== Description ===== Adds '''_Talent''' to ''...")
- 14:22, 14 November 2017 (diff | hist) . . (+41) . . Osiris/API/CharacterHasTalent
- 14:21, 14 November 2017 (diff | hist) . . (0) . . Osiris/API/CharacterHasTalent
- 14:21, 14 November 2017 (diff | hist) . . (+71) . . Osiris/API/CharacterHasTalent
- 14:19, 14 November 2017 (diff | hist) . . (+622) . . N Osiris/API/CharacterHasTalent (Created page with "===== Full Definition(s) ===== * query '''CharacterHasTalent'''('''''[in]'''(CHARACTERGUID)'''''_Character''',''''' [in]'''(STRING)'''''_Talent''',''''' [out]'''''(''INTEGER''...")
- 14:09, 14 November 2017 (diff | hist) . . (-4) . . Osiris/API/Random
- 13:59, 14 November 2017 (diff | hist) . . (+472) . . N Osiris/API/Random (Created page with "===== Full Definition(s) ===== * query '''Random'''('''''[in]'''(INTEGER)'''''_Modulo''',''''' [out]'''(INTEGER)'''''_Random''') ===== Description ===== Returns a random integ...")
- 13:52, 14 November 2017 (diff | hist) . . (-3) . . Osiris/API/Integer
- 13:51, 14 November 2017 (diff | hist) . . (+3) . . Osiris/API/Integer
- 13:51, 14 November 2017 (diff | hist) . . (+523) . . N Osiris/API/Integer (Created page with "===== Full Definition(s) ===== * query '''Real'''('''''[in]'''(INTEGER)'''''_R''',''''' [out]'''(REAL)'''''_I''') ===== Description ===== Rounds the real '''_R''' towards zero...")
- 13:45, 14 November 2017 (diff | hist) . . (+486) . . N Osiris/API/Real (Created page with "===== Full Definition(s) ===== * query '''Real'''('''''[in]'''(INTEGER)'''''_I''',''''' [out]'''(REAL)'''''_R''') ===== Description ===== Returns a Real '''_R''' equal in valu...")
- 13:40, 14 November 2017 (diff | hist) . . (+502) . . N Osiris/API/RealMax (Created page with "===== Full Definition(s) ===== * query '''RealMax'''('''''[in]'''(REAL)'''''_A''',''''' [in]'''(REAL)'''''_B''',''''' [out]'''''(''REAL'')'''_Maximum''') ===== Description ===...")
- 13:39, 14 November 2017 (diff | hist) . . (+25) . . Osiris/API/IntegerMax
- 13:38, 14 November 2017 (diff | hist) . . (+502) . . N Osiris/API/RealMin (Created page with "===== Full Definition(s) ===== * query '''RealMin'''('''''[in]'''(REAL)'''''_A''',''''' [in]'''(REAL)'''''_B''',''''' [out]'''''(''REAL'')'''_Minimum''') ===== Description ===...")
- 13:38, 14 November 2017 (diff | hist) . . (+1) . . Osiris/API/IntegerMin
- 13:38, 14 November 2017 (diff | hist) . . (+24) . . Osiris/API/IntegerMin
- 13:31, 14 November 2017 (diff | hist) . . (+640) . . N Osiris/API/RealDivide (Created page with "===== Full Definition(s) ===== * query '''RealDivide'''('''''[in]'''(REAL)'''''_A''',''''' [in]'''(REAL)'''''_B''',''''' [out]'''''(''REAL'')'''_Quotient''') ===== Description...")
- 13:29, 14 November 2017 (diff | hist) . . (+28) . . Osiris/API/IntegerDivide
- 13:28, 14 November 2017 (diff | hist) . . (+541) . . N Osiris/API/RealProduct (Created page with "===== Full Definition(s) ===== * query '''RealProduct'''('''''[in]'''(REAL)'''''_A''',''''' [in]'''(REAL)'''''_B''',''''' [out]'''''(''REAL'')'''_Product''') ===== Description...")
- 13:26, 14 November 2017 (diff | hist) . . (+29) . . Osiris/API/IntegerProduct
- 13:26, 14 November 2017 (diff | hist) . . (+490) . . N Osiris/API/RealSum (Created page with "===== Full Definition(s) ===== * query '''RealSum'''('''''[in]'''(REAL)'''''_A''',''''' [in]'''(REAL)'''''_B''',''''' [out]'''''(''REAL'')'''_Sum''') ===== Description ===== R...")
- 13:24, 14 November 2017 (diff | hist) . . (+24) . . Osiris/API/IntegerSum
- 13:23, 14 November 2017 (diff | hist) . . (+539) . . N Osiris/API/RealSubtract (Created page with "===== Full Definition(s) ===== * query '''RealSubtract'''('''''[in]'''(REAL)'''''_A''',''''' [in]'''(REAL)'''''_B''',''''' [out]'''''(''REAL'')'''_Result''') ===== Description...")
- 13:23, 14 November 2017 (diff | hist) . . (-128) . . Osiris/API/IntegerSubtract
- 13:22, 14 November 2017 (diff | hist) . . (+30) . . Osiris/API/IntegerSubtract
- 13:19, 14 November 2017 (diff | hist) . . (-32) . . Osiris/API/IntegerDivide
- 13:18, 14 November 2017 (diff | hist) . . (+4) . . Osiris/API/IntegerMin
- 13:18, 14 November 2017 (diff | hist) . . (+486) . . N Osiris/API/IntegerMax (Created page with "===== Full Definition(s) ===== * query '''IntegerMax'''('''''[in]'''(INTEGER)'''''_A''',''''' [in]'''(INTEGER)'''''_B''',''''' [out]'''''(''INTEGER'')'''_Maximum''') ===== Des...")
- 13:16, 14 November 2017 (diff | hist) . . (+482) . . N Osiris/API/IntegerMin (Created page with "===== Full Definition(s) ===== * query '''IntegerMin'''('''''[in]'''(INTEGER)'''''_A''',''''' [in]'''(INTEGER)'''''_B''',''''' [out]'''''(''INTEGER'')'''_Minimum''') ===== Des...")
- 12:57, 14 November 2017 (diff | hist) . . (+142) . . Osiris/API/IntegerDivide
- 12:56, 14 November 2017 (diff | hist) . . (+628) . . N Osiris/API/IntegerModulo (Created page with "===== Full Definition(s) ===== * query '''IntegerModulo'''('''''[in]'''(INTEGER)'''''_Num''',''''' [in]'''(INTEGER)'''''_Mod''',''''' [out]'''''(''INTEGER'')'''_Return''') ===...")
- 12:51, 14 November 2017 (diff | hist) . . (+31) . . Osiris/API/IntegerSubtract
- 12:51, 14 November 2017 (diff | hist) . . (+30) . . Osiris/API/IntegerSum
- 12:51, 14 November 2017 (diff | hist) . . (+31) . . Osiris/API/IntegerProduct
- 12:51, 14 November 2017 (diff | hist) . . (+551) . . N Osiris/API/IntegerDivide (Created page with "===== Full Definition(s) ===== * query '''IntegerDivide'''('''''[in]'''(INTEGER)'''''_A''',''''' [in]'''(INTEGER)'''''_B''',''''' [out]'''''(''INTEGER'')'''_Quotient''') =====...")
- 12:49, 14 November 2017 (diff | hist) . . (+23) . . Osiris/API/IntegerSubtract
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)