Pt-br/Func detail (GoldSrc): Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Created portuguese translation for "func_detail" (GoldSrc))
 
(Created page)
Line 1: Line 1:
{{subst:#if:|||{{LAuto/t}}
{{wip}}{{translating}}
 
--- DON'T JUST BLINDLY DELETE THIS PART. DO REPLACE THE LINKS AND CATEGORIES. THE PICTURE SHOWS HOW TO USE IT ! ---
 
SEARCH FOR:
\[\[(?!#|File(?:[ _]talk)?:|Image(?:[ _]talk)?:|Media:|Template(?:[ _]talk)?:|MediaWiki(?:[ _]talk)?:|Talk:|Category[ _]talk:|Project[ _]talk:|Valve[ _]Developer[ _]Community[ _]talk:|Help[ _]talk:|User(?:[ _]talk)?:|c:|commons:|Dictionary:|Google:|GoogleGroups:|IMDB:|M:|Meta:|Metawikipedia:|MW:|SdkBug:|SourceForge:|Steampowered:|W:|Wiki:|WikiBooks:|Wikipedia:|Wikiquote:|Wiktionary:|WP:)(:?(?:Category|Category|Help|Project|Valve[ _]Developer[ _]Community|Special|)(?:[^\|\]]+))(\|?.*?)\]\]
 
REPLACE WITH:
{{subst:LAuto|$1$2}}
 
}}{{wip}}{{translating}}
{{LanguageBar}}
{{LanguageBar}}
{{tabs|func_detail|goldsrc=1|source=1|main=source}}
{{tabs|func_detail|goldsrc=1|source=1|main=source}}
'''{{code|func_detail}}''' is an internal brush entity in [[VHLT]] and forks and [[ericw-tools]]. It is a [[world brush]] which does not affect [[VIS]].
'''{{code|func_detail}}''' is an internal brush entity in {{L|VHLT}} and forks and {{L|ericw-tools}}. It is a {{L|world brush}} which does not affect {{L|VIS}}.


The implementation differs greatly between VHLT and ericw-tools. For more information, see the individual compiler pages:
The implementation differs greatly between VHLT and ericw-tools. For more information, see the individual compiler pages:
* [[func_detail (VHLT)]]
* {{L|func_detail (VHLT)}}
* [[func_detail (ericw-tools)]]
* {{L|func_detail (ericw-tools)}}


==See Also==
==See Also==
* {{ent|func_group|engine=GoldSrc}}
* {{ent|func_group|engine=GoldSrc}}
*[[VIS]]
*{{L|VIS}}
*[[Visibility optimization]]
*{{L|Visibility optimization}}


[[Category:GoldSrc]]
{{ACategory|GoldSrc}}

Revision as of 15:43, 3 November 2025

Under construction.png
This page is actively undergoing a major edit.
As a courtesy, please do not edit this while this message is displayed.
If this page has not been edited for at least several hours to a few days, please remove this template. This message is intended to help reduce edit conflicts; please remove it between editing sessions to allow others to edit the page.

The person who added this notice will be listed in its edit history should you wish to contact them.

Info content.png
This page is being translated.
You can help by finishing the translation.
If this page cannot be translated for some reason, or is left untranslated for an extended period of time after this notice is posted, the page should be requested to be deleted.
Also, please make sure the article complies with the alternate languages guide.(en)
English (en)Português do Brasil (pt-br)Translate (Translate)

func_detail is an internal brush entity in VHLT(en) and forks and ericw-tools(en). It is a world brush(en) which does not affect VIS(en).

The implementation differs greatly between VHLT and ericw-tools. For more information, see the individual compiler pages:

See Also