libraryCredits: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (template:command argument fix)
m (Some wiki formatting)
 
(30 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Command|= Comments
{{RV|type=command
____________________________________________________________________________________________


| arma2oa |= Game name
|game1= arma2oa
|version1= 1.62


|1.62|= Game version
|game2= tkoh
____________________________________________________________________________________________
|version2= 1.00


| Returns the credits for the libraries used by the game. |DESCRIPTION=
|game3= arma3
____________________________________________________________________________________________
|version3= 0.50


| '''libraryCredits''' |SYNTAX=
|gr1= System


|p1=  |PARAMETER1=
|descr= Returns the credits for the libraries used by the game.


|p2= |PARAMETER2=
|s1= '''libraryCredits'''
 
|r1= [[Array]] - [array1, array2, (..), arrayN] all under the form [libraryName, credits]
 
|x1= <sqf>hint str libraryCredits; // as of Arma 2 OA 1.62.95208


| [[Array]] - [array1, array2, (..), arrayN] all under the form [libraryName, credits]
|RETURNVALUE=
____________________________________________________________________________________________
 
|x1= <code>[[hint]] [[str]] '''libraryCredits''';  // as in Arma2 OA 1.62.95208
<pre>
/*
/*
[
[
Line 77: Line 75:
]
]
]
]
*/</pre></code> |EXAMPLE1=
*/</sqf>
____________________________________________________________________________________________
 
| [[libraryDisclaimers]] |SEEALSO=


|seealso= [[libraryDisclaimers]]
}}
}}
[[Category:ArmA 2 OA: New Scripting Commands List|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands ArmA2|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]

Latest revision as of 17:35, 13 May 2022

Hover & click on the images for description

Description

Description:
Returns the credits for the libraries used by the game.
Groups:
System

Syntax

Syntax:
libraryCredits
Return Value:
Array - [array1, array2, (..), arrayN] all under the form [libraryName, credits]

Examples

Example 1:
hint str libraryCredits; // as of Arma 2 OA 1.62.95208 /* [ [ "Botan", "1999-2012 Jack Lloyd, 2001 Peter J Jones, 2004-2007 Justin Karneges, 2004 Vaclav Ovsik, 2005 Matthew Gregan, 2005-2006 Matt Johnston, 2006 Luca Piccarreta, 2007 Yves Jerschow, 2007-2008 FlexSecure GmbH, 2007-2008 Technische Universitat Darmstadt, 2007-2008 Falko Strenzke, 2007-2008 Martin Doering, 2007 Manuel Hartl, 2007 Christoph Ludwig, 2007 Patrick Sona, 2010 Olivier de Gaalon" ], [ "rapidjson", "2011 Milo Yip" ], [ "libcurl", "Copyright (c) 1996 - 2012, Daniel Stenberg" ], [ "GameSpy", "2009 GameSpy Industries, Inc." ], [ "Theora", "2002-2009 by the Xiph.Org Foundation http://www.xiph.org/" ], [ "OggVorbis", "1994-2002 by the Xiph.Org Foundation http://www.xiph.org/" ], [ "Intel JPEG Library", "1998 Intel Corporation" ], [ "Matrix Template Library", "2001-2005 The Trustees of Indiana University" ], [ "Matrix Template Library", "1998-2001 University of Notre Dame" ], [ "Speex", "2002-2006 Jean-Marc Valin" ], [ "LZO Professional", "1996-2011 Markus Franz Xaver Johannes Oberhumer" ], [ "NVIDIA FXAA by TIMOTHY LOTTES", "2010, 2011 NVIDIA CORPORATION" ], [ "Jimenez's MLAA", "2012 2011 by Jorge Jimenez, Belen Masia, Jose I. Echevarria, Fernando Navarro and Diego Gutierrez" ] ] */

Additional Information

See also:
libraryDisclaimers

Notes

Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note