Ko/List of CS:GO Script Functions: Difference between revisions

From Valve Developer Community
< Ko
Jump to navigation Jump to search
No edit summary
No edit summary
Line 5: Line 5:
{{sq}} 이 목록은 엔진과 관련된 Squirrel 클래스를 포함하고 있습니다, 함수와 변수는  in {{game link|Counter-Strike: Global Offensive}}의 [[VScript]]에서 이용 가능 합니다. 공식 문서는 <code>developer</code> 설정에 따라 콘솔에 나타낼 수 있습니다, 맵을 로드하고,  <code>script_help</code>를 실행시킵니다.
{{sq}} 이 목록은 엔진과 관련된 Squirrel 클래스를 포함하고 있습니다, 함수와 변수는  in {{game link|Counter-Strike: Global Offensive}}의 [[VScript]]에서 이용 가능 합니다. 공식 문서는 <code>developer</code> 설정에 따라 콘솔에 나타낼 수 있습니다, 맵을 로드하고,  <code>script_help</code>를 실행시킵니다.


== Variables(변수) ==
== Variables ==
{| class="standard-table"
{| class="standard-table"
!Instance
!Instance
Line 17: Line 17:
|}
|}


== Constants(상수) ==
== Constants ==
{| class="standard-table"
{| class="standard-table"
!Instance
!Instance

Revision as of 10:15, 6 December 2020

English (en)한국어 (ko)Русский (ru)中文 (zh)Translate (Translate)

Squirrel 이 목록은 엔진과 관련된 Squirrel 클래스를 포함하고 있습니다, 함수와 변수는 in Counter-Strike: Global Offensive Counter-Strike: Global Offensive VScript에서 이용 가능 합니다. 공식 문서는 developer 설정에 따라 콘솔에 나타낼 수 있습니다, 맵을 로드하고, script_help를 실행시킵니다.

Variables

Instance Type Description
Entities CEntities 서버에서 생성된 엔디티에 대한 접근을 제공합니다.

Constants

Instance Type Value
_charsize_ integer 1
_floatsize_ integer 4
_intsize_ integer 4
_version_ string "Squirrel 2.2.3 stable"
RAND_MAX integer 32767
PI float 3.14159